@charset "UTF-8";
/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

* {
  -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: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #545454;
  background-color: #fff; }

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

a {
  color: #0087c4;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #0087c4; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #0087c4; }

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

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0087c4; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

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

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

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

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

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

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

.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: 27px; }

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

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

@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: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #545454;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #545454;
  background-color: transparent;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #545454;
    background-color: rgba(0, 0, 0, 0);
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #545454;
    background-color: rgba(0, 0, 0, 0);
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #545454;
    background-color: rgba(0, 0, 0, 0);
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #545454;
      background-color: rgba(0, 0, 0, 0);
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #ccc; }
  .btn-default .badge {
    color: transparent;
    background-color: #545454; }

.btn-primary {
  color: #fff;
  background-color: #0087c4;
  border-color: #0087c4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #006491;
    border-color: #002f45; }
  .btn-primary:hover {
    color: #fff;
    background-color: #006491;
    border-color: #005d87; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006491;
    border-color: #005d87; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #004b6d;
      border-color: #002f45; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #0087c4;
    border-color: #0087c4; }
  .btn-primary .badge {
    color: #0087c4;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #0087c4;
  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: inherit;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

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

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

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

.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: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0087c4; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0087c4; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

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

.navbar {
  position: relative;
  min-height: 94px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 36px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 94px; }
  .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: 30px;
  margin-bottom: 30px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .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: 18px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @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: 22px; }
        .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: 36px;
          padding-bottom: 36px; } }

.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: 29px;
  margin-bottom: 29px; }
  @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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 29px;
  margin-bottom: 29px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 30.5px;
    margin-bottom: 30.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 36px;
    margin-bottom: 36px; }

.navbar-text {
  margin-top: 36px;
  margin-bottom: 36px; }
  @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: transparent;
  border-color: rgba(0, 0, 0, 0); }
  .navbar-default .navbar-brand {
    color: #fff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #fff; }
  .navbar-default .navbar-nav > li > a {
    color: #fff; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #0087c4;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0); }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #0087c4;
        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: #fff;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #fff; }
    .navbar-default .navbar-link:hover {
      color: #0087c4; }
  .navbar-default .btn-link {
    color: #fff; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #0087c4; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #0087c4;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: inherit;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0087c4;
    border-color: #0087c4;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

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

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

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      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: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #0087c4; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #006491; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #0087c4;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #545454; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0087c4; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0; }
  .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: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0087c4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0087c4;
  border-color: #0087c4; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #91ddff; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #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: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.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: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0087c4; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0087c4;
    border-color: #0087c4; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0087c4; }
    .panel-primary > .panel-heading .badge {
      color: #0087c4;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0087c4; }

.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-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
/*
$slick-arrow-width: 15px !default;
$slick-arrow-height: 15px !default;
$slick-arrow-color: #000 !default;
$slick-arrow-color-hover: #ff0000 !default;

$slick-arrow-opacity: 0.5 !default;
$slick-arrow-opacity-hover: 1 !default;

$slick-dot-margin-top: 5px !default;
$slick-dot-width: 10px !default;
$slick-dot-height: 10px !default;
$slick-dot-color: black !default;
$slick-dot-color-active: blue !default;

$slick-opacity-not-active: 0.25 !default;
*/
.assetslider {
  position: relative;
  z-index: 20;
  height: 360px; }
  @media (min-width: 768px) {
    .assetslider {
      height: 465px; } }
  @media (min-width: 992px) {
    .assetslider {
      height: 565px; } }
  @media (min-width: 1200px) {
    .assetslider {
      height: 900px; } }
  .assetslider.slick-slider, .assetslider.slick-dotted {
    margin-bottom: 0; }
  .assetslider .slick-prev,
  .assetslider .slick-next {
    z-index: 10;
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px 12.5px;
    border: none;
    outline: none; }
    .assetslider .slick-prev.iconfont,
    .assetslider .slick-next.iconfont {
      fill: #fff; }
      .assetslider .slick-prev.iconfont:hover,
      .assetslider .slick-next.iconfont:hover {
        fill: #0087c4; }
    .assetslider .slick-prev:hover, .assetslider .slick-prev:focus,
    .assetslider .slick-next:hover,
    .assetslider .slick-next:focus {
      outline: none;
      color: transparent; }
  .assetslider .slick-prev {
    left: 0; }
  .assetslider .slick-next {
    right: 0; }
  .assetslider_item {
    position: relative;
    height: 360px; }
    @media (min-width: 768px) {
      .assetslider_item {
        height: 465px; } }
    @media (min-width: 992px) {
      .assetslider_item {
        height: 565px; } }
    @media (min-width: 1200px) {
      .assetslider_item {
        height: 900px; } }
  .assetslider_background {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center; }
  .assetslider_caption {
    z-index: 20;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .assetslider_caption {
        bottom: 90px;
        width: 75%;
        font-size: 35px;
        text-align: right; } }
    @media (min-width: 992px) {
      .assetslider_caption {
        bottom: 120px;
        width: 70%; } }
    .assetslider_caption .iconfont {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .assetslider_caption .iconfont {
          margin: 0 2em 0 auto; } }
    .assetslider_caption .icon-slogan-los-gehts {
      width: 203.39943px;
      height: 100px;
      line-height: 100px; }
      @media (min-width: 768px) {
        .assetslider_caption .icon-slogan-los-gehts {
          width: 406.79887px;
          height: 200px;
          line-height: 200px; } }
      @media (min-width: 992px) {
        .assetslider_caption .icon-slogan-los-gehts {
          width: 508.49858px;
          height: 250px;
          line-height: 250px; } }
      @media (min-width: 1200px) {
        .assetslider_caption .icon-slogan-los-gehts {
          width: 610.1983px;
          height: 300px;
          line-height: 300px; } }
    .assetslider_caption .icon-slogan-auf-gehts {
      width: 201.35135px;
      height: 100px;
      line-height: 100px; }
      @media (min-width: 768px) {
        .assetslider_caption .icon-slogan-auf-gehts {
          width: 402.7027px;
          height: 200px;
          line-height: 200px; } }
      @media (min-width: 992px) {
        .assetslider_caption .icon-slogan-auf-gehts {
          width: 503.37838px;
          height: 250px;
          line-height: 250px; } }
      @media (min-width: 1200px) {
        .assetslider_caption .icon-slogan-auf-gehts {
          width: 604.05405px;
          height: 300px;
          line-height: 300px; } }
    .assetslider_caption .icon-slogan-immer-weiter {
      width: 265.66265px;
      height: 100px;
      line-height: 100px; }
      @media (min-width: 768px) {
        .assetslider_caption .icon-slogan-immer-weiter {
          width: 531.3253px;
          height: 200px;
          line-height: 200px; } }
      @media (min-width: 992px) {
        .assetslider_caption .icon-slogan-immer-weiter {
          width: 664.15663px;
          height: 250px;
          line-height: 250px; } }
      @media (min-width: 1200px) {
        .assetslider_caption .icon-slogan-immer-weiter {
          width: 796.98795px;
          height: 300px;
          line-height: 300px; } }
    .assetslider_caption .icon-slogan-punkt-genau {
      width: 215.07538px;
      height: 100px;
      line-height: 100px; }
      @media (min-width: 768px) {
        .assetslider_caption .icon-slogan-punkt-genau {
          width: 430.15075px;
          height: 200px;
          line-height: 200px; } }
      @media (min-width: 992px) {
        .assetslider_caption .icon-slogan-punkt-genau {
          width: 537.68844px;
          height: 250px;
          line-height: 250px; } }
      @media (min-width: 1200px) {
        .assetslider_caption .icon-slogan-punkt-genau {
          width: 645.22613px;
          height: 300px;
          line-height: 300px; } }
    .assetslider_caption .icon-slogan-zusammen {
      width: 239.3617px;
      height: 100px;
      line-height: 100px; }
      @media (min-width: 768px) {
        .assetslider_caption .icon-slogan-zusammen {
          width: 478.7234px;
          height: 200px;
          line-height: 200px; } }
      @media (min-width: 992px) {
        .assetslider_caption .icon-slogan-zusammen {
          width: 598.40426px;
          height: 250px;
          line-height: 250px; } }
      @media (min-width: 1200px) {
        .assetslider_caption .icon-slogan-zusammen {
          width: 718.08511px;
          height: 300px;
          line-height: 300px; } }
    .assetslider_caption .icon-slogan-ohne-pause {
      width: 210.44386px;
      height: 100px;
      line-height: 100px; }
      @media (min-width: 768px) {
        .assetslider_caption .icon-slogan-ohne-pause {
          width: 420.88773px;
          height: 200px;
          line-height: 200px; } }
      @media (min-width: 992px) {
        .assetslider_caption .icon-slogan-ohne-pause {
          width: 526.10966px;
          height: 250px;
          line-height: 250px; } }
      @media (min-width: 1200px) {
        .assetslider_caption .icon-slogan-ohne-pause {
          width: 631.33159px;
          height: 300px;
          line-height: 300px; } }
    .assetslider_caption-black {
      color: #000; }
    .assetslider_caption p {
      line-height: 1;
      margin: 0;
      text-shadow: 1px 1px 10px black; }
      @media (min-width: 768px) {
        .assetslider_caption p {
          display: inline-block;
          text-align: left;
          padding-right: 2em; } }
      @media (min-width: 992px) {
        .assetslider_caption p {
          padding-right: 3em; } }
      @media (min-width: 1200px) {
        .assetslider_caption p {
          padding-right: 6em; } }
    .assetslider_caption-sub {
      display: block;
      font-size: 16px; }
      @media (min-width: 992px) {
        .assetslider_caption-sub {
          font-size: 20px; } }

/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
.slick-loading .imageslider .slick-list {
  background: #fff url(/fileadmin/layout/Images/ajax-loader.gif) center center no-repeat; }

.imageslider .slick-prev,
.imageslider .slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  width: 60px;
  height: 55px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 10px 12.5px;
  border: none;
  outline: none;
  opacity: 1; }
  .imageslider .slick-prev.iconfont,
  .imageslider .slick-next.iconfont {
    fill: #fff; }
    .imageslider .slick-prev.iconfont:hover,
    .imageslider .slick-next.iconfont:hover {
      fill: #fff; }
  .imageslider .slick-prev:hover, .imageslider .slick-prev:focus,
  .imageslider .slick-next:hover,
  .imageslider .slick-next:focus {
    outline: none;
    color: transparent;
    opacity: 1; }
  .imageslider .slick-prev.slick-disabled,
  .imageslider .slick-next.slick-disabled {
    opacity: 0.25; }
    .imageslider .slick-prev.slick-disabled:hover, .imageslider .slick-prev.slick-disabled:focus,
    .imageslider .slick-next.slick-disabled:hover,
    .imageslider .slick-next.slick-disabled:focus {
      fill: #fff; }

.imageslider .slick-prev {
  left: 0; }
  [dir="rtl"] .imageslider .slick-prev {
    left: auto;
    right: 0; }

.imageslider .slick-next {
  right: 0; }
  [dir="rtl"] .imageslider .slick-next {
    left: 0;
    right: auto; }

.imageslider .slick-dotted.slick-slider {
  margin-bottom: 5px; }

.imageslider .slick-slider {
  margin-bottom: 5px; }
  .imageslider .slick-slider figure {
    margin-bottom: 0; }

.imageslider .slick-dots {
  position: absolute;
  bottom: -15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0; }
  .imageslider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .imageslider .slick-dots li button {
      border: 0;
      background: black;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .imageslider .slick-dots li button:hover, .imageslider .slick-dots li button:focus {
        outline: none;
        background: blue; }
    .imageslider .slick-dots li.slick-active button {
      background: blue; }

.imageslider .slide {
  vertical-align: top; }

.imageslider .thumbs .slick-slide {
  position: relative;
  height: 100px; }
  .imageslider .thumbs .slick-slide .item {
    position: absolute;
    top: 0;
    right: 2.5px;
    bottom: 0;
    left: 2.5px;
    background-size: cover;
    background-position: center;
    width: auto !important; }
  .imageslider .thumbs .slick-slide:first-child .item {
    left: 0; }
  .imageslider .thumbs .slick-slide:last-child .item {
    right: 0; }

.imageslider .thumbs .slick-active {
  width: 25%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
/**
 * Navbar
 */
.navbar-default .navbar-toggle {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent; }
  .navbar-default .navbar-toggle .iconfont {
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 100%;
    fill: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

.navbar-default .icon-nav {
  opacity: 0; }

.navbar-default .icon-close {
  opacity: 1; }

.navbar-default .collapsed .icon-nav {
  opacity: 1; }

.navbar-default .collapsed .icon-close {
  opacity: 0; }

/*
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
}
*/
table p {
  margin: 0; }

@media (max-width: 767px) {
  .table-responsive table {
    margin-bottom: 0; } }

/**
 * Images
 */
.lazyload,
.lazyloading,
.lazyload-bg {
  opacity: 0; }

.lazyload-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms ease-in; }

.frame-background-image {
  position: relative; }
  .frame-background-image-relative {
    z-index: 10;
    position: relative; }

figure {
  margin-bottom: 20px; }
  figure img,
  figure a img {
    margin: 0 auto; }

/**
 * Frames
 */
.frame {
  padding-top: 1em;
  padding-bottom: 1em; }
  @media (min-width: 768px) {
    .frame {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  @media (min-width: 992px) {
    .frame {
      padding-top: 2em;
      padding-bottom: 2em; } }
  .frame > *:last-child {
    margin-bottom: 0; }
  .frame-grid {
    padding-top: 0;
    padding-bottom: 0; }

.frame-inner > *:last-child {
  margin-bottom: 0; }

.frame-ruler-before {
  border-top: 1px solid #ccc;
  margin-top: 2em; }

.frame-ruler-after {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em; }

@media (min-width: 768px) {
  .frame-indent .frame-inner {
    margin-left: 5%;
    margin-right: 5%; } }

@media (min-width: 992px) {
  .frame-indent .frame-inner {
    margin-left: 10%;
    margin-right: 10%; } }

@media (min-width: 1200px) {
  .frame-indent .frame-inner {
    margin-left: 15%;
    margin-right: 15%; } }

.frame-indent-left .frame-inner {
  margin-left: 33%; }

.frame-indent-right .frame-inner {
  margin-right: 33%; }

/**
 * Space before / after
 */
.frame-space-before-none {
  margin-top: 0; }

.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 3em; }

.frame-space-before-large {
  margin-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 5em; }

.frame-space-after-none {
  margin-bottom: 0; }

.frame-space-after-extra-small {
  margin-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 3em; }

.frame-space-after-large {
  margin-bottom: 4em; }

.frame-space-after-extra-large {
  margin-bottom: 5em; }

/**
 * Gallery row clearfixes
 */
.gallery-cols-3 .gallery-item:nth-child(3n+4) {
  clear: both; }

.gallery-cols-4 .gallery-item:nth-child(2n+3) {
  clear: both; }

.gallery-cols-6 .gallery-item:nth-child(3n+4) {
  clear: both; }

@media (min-width: 768px) {
  .gallery-cols-4 .gallery-item:nth-child(2n+3) {
    clear: none; }
  .gallery-cols-4 .gallery-item:nth-child(4n+5) {
    clear: none; }
  .gallery-cols-6 .gallery-item:nth-child(3n+4) {
    clear: none; }
  .gallery-cols-6 .gallery-item:nth-child(4n+5) {
    clear: both; } }

@media (min-width: 992px) {
  .gallery-cols-2 .gallery-item:nth-child(2n+3) {
    clear: both; }
  .gallery-cols-6 .gallery-item:nth-child(4n+5) {
    clear: none; }
  .gallery-cols-6 .gallery-item:nth-child(6n+7) {
    clear: both; } }

/**
 * Scrolltop
 */
.scroll-top {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  color: #fff;
  bottom: 90px;
  right: 25px;
  z-index: 1040;
  position: fixed;
  opacity: 0;
  width: 50px;
  height: 50px; }
  .scroll-top:active, .scroll-top:focus, .scroll-top:hover {
    background-color: #ccc;
    color: #000; }
  .scroll-top .scroll-top-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg); }
    .scroll-top .scroll-top-icon:before {
      content: '';
      position: absolute;
      height: 30%;
      width: 30%;
      border-top: 1px solid;
      border-left: 1px solid;
      top: 55%;
      left: 55%;
      transform: translate(-50%, -50%); }
  .scroll-top.scroll-top-visible {
    opacity: 1; }

@media (min-width: 768px) {
  .scroll-top {
    bottom: 25px; } }

/**
 * Mobile footer buttons
 */
.mobile-buttons {
  border: 0;
  background-color: #000; }
  .mobile-buttons a {
    display: block;
    text-align: center; }
  .mobile-buttons .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 5px;
    fill: #fff; }
  .mobile-buttons .add {
    display: block;
    color: #fff;
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .footer {
    margin-bottom: 0; } }

/**
 * Filelinks
 */
.media-list.icon-preview a {
  position: relative;
  padding-left: 30px; }
  .media-list.icon-preview a .uploads-fileicon {
    position: absolute;
    left: 0;
    width: 20px; }

.media-list.icon-preview .iconfont {
  width: 20px;
  height: 20px;
  line-height: 20px;
  fill: #000; }

.media-list.icon-preview .uploads-filedescription {
  padding-left: 30px; }

.media-list .uploads-filesize {
  padding-left: 5px; }

/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
.frame-background-grey {
  position: relative;
  color: #fff;
  background-color: #dedede;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-grey a:not(.btn) {
    color: #595959; }
    .frame-background-grey a:not(.btn):focus, .frame-background-grey a:not(.btn):hover {
      color: #888; }
  .frame-background-grey .btn {
    min-width: 260px;
    color: #fff;
    background-color: #595959; }
    .frame-background-grey .btn:hover, .frame-background-grey .btn:focus {
      background-color: #fff;
      color: #595959; }
    .frame-background-grey .btn-whatsapp {
      color: #fff; }
    .frame-background-grey .btn-download {
      background-color: transparent; }
      .frame-background-grey .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-grey .btn-download:hover, .frame-background-grey .btn-download:focus {
        background-color: transparent; }
  .frame-background-grey .frame-type-contact {
    color: #fff; }
    .frame-background-grey .frame-type-contact .contact-name {
      color: #595959; }
    .frame-background-grey .frame-type-contact a {
      color: #fff; }
      .frame-background-grey .frame-type-contact a:hover, .frame-background-grey .frame-type-contact a:focus {
        color: #595959; }
  .frame-background-grey .person-name {
    color: #595959; }
  .frame-background-grey .person-icon .iconfont {
    fill: #595959; }
  .frame-background-grey .slick-prev, .frame-background-grey .slick-next {
    background: #dedede; }
    .frame-background-grey .slick-prev:hover, .frame-background-grey .slick-next:hover {
      background: #595959;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-grey {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-grey {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-grey {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-grey {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-grey {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-red {
  position: relative;
  color: #fff;
  background-color: #ff6a5a;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-red a:not(.btn) {
    color: #df5a4b; }
    .frame-background-red a:not(.btn):focus, .frame-background-red a:not(.btn):hover {
      color: #888; }
  .frame-background-red .btn {
    min-width: 260px;
    color: #fff;
    background-color: #df5a4b; }
    .frame-background-red .btn:hover, .frame-background-red .btn:focus {
      background-color: #fff;
      color: #df5a4b; }
    .frame-background-red .btn-whatsapp {
      color: #fff; }
    .frame-background-red .btn-download {
      background-color: transparent; }
      .frame-background-red .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-red .btn-download:hover, .frame-background-red .btn-download:focus {
        background-color: transparent; }
  .frame-background-red .frame-type-contact {
    color: #fff; }
    .frame-background-red .frame-type-contact .contact-name {
      color: #df5a4b; }
    .frame-background-red .frame-type-contact a {
      color: #fff; }
      .frame-background-red .frame-type-contact a:hover, .frame-background-red .frame-type-contact a:focus {
        color: #df5a4b; }
  .frame-background-red .person-name {
    color: #df5a4b; }
  .frame-background-red .person-icon .iconfont {
    fill: #df5a4b; }
  .frame-background-red .slick-prev, .frame-background-red .slick-next {
    background: #ff6a5a; }
    .frame-background-red .slick-prev:hover, .frame-background-red .slick-next:hover {
      background: #df5a4b;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-red {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-red {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-red {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-red {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-red {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-darkred {
  position: relative;
  color: #fff;
  background-color: #df5a4b;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-darkred a:not(.btn) {
    color: #ff6a5a; }
    .frame-background-darkred a:not(.btn):focus, .frame-background-darkred a:not(.btn):hover {
      color: #888; }
  .frame-background-darkred .btn {
    min-width: 260px;
    color: #fff;
    background-color: #ff6a5a; }
    .frame-background-darkred .btn:hover, .frame-background-darkred .btn:focus {
      background-color: #fff;
      color: #ff6a5a; }
    .frame-background-darkred .btn-whatsapp {
      color: #fff; }
    .frame-background-darkred .btn-download {
      background-color: transparent; }
      .frame-background-darkred .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-darkred .btn-download:hover, .frame-background-darkred .btn-download:focus {
        background-color: transparent; }
  .frame-background-darkred .frame-type-contact {
    color: #fff; }
    .frame-background-darkred .frame-type-contact .contact-name {
      color: #ff6a5a; }
    .frame-background-darkred .frame-type-contact a {
      color: #fff; }
      .frame-background-darkred .frame-type-contact a:hover, .frame-background-darkred .frame-type-contact a:focus {
        color: #ff6a5a; }
  .frame-background-darkred .person-name {
    color: #ff6a5a; }
  .frame-background-darkred .person-icon .iconfont {
    fill: #ff6a5a; }
  .frame-background-darkred .slick-prev, .frame-background-darkred .slick-next {
    background: #df5a4b; }
    .frame-background-darkred .slick-prev:hover, .frame-background-darkred .slick-next:hover {
      background: #ff6a5a;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-darkred {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-darkred {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-darkred {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-darkred {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-darkred {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-yellow {
  position: relative;
  color: #fff;
  background-color: #ffb350;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-yellow a:not(.btn) {
    color: #d17c0d; }
    .frame-background-yellow a:not(.btn):focus, .frame-background-yellow a:not(.btn):hover {
      color: #888; }
  .frame-background-yellow .btn {
    min-width: 260px;
    color: #fff;
    background-color: #d17c0d; }
    .frame-background-yellow .btn:hover, .frame-background-yellow .btn:focus {
      background-color: #fff;
      color: #d17c0d; }
    .frame-background-yellow .btn-whatsapp {
      color: #fff; }
    .frame-background-yellow .btn-download {
      background-color: transparent; }
      .frame-background-yellow .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-yellow .btn-download:hover, .frame-background-yellow .btn-download:focus {
        background-color: transparent; }
  .frame-background-yellow .frame-type-contact {
    color: #fff; }
    .frame-background-yellow .frame-type-contact .contact-name {
      color: #d17c0d; }
    .frame-background-yellow .frame-type-contact a {
      color: #fff; }
      .frame-background-yellow .frame-type-contact a:hover, .frame-background-yellow .frame-type-contact a:focus {
        color: #d17c0d; }
  .frame-background-yellow .person-name {
    color: #d17c0d; }
  .frame-background-yellow .person-icon .iconfont {
    fill: #d17c0d; }
  .frame-background-yellow .slick-prev, .frame-background-yellow .slick-next {
    background: #ffb350; }
    .frame-background-yellow .slick-prev:hover, .frame-background-yellow .slick-next:hover {
      background: #d17c0d;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-yellow {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-yellow {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-yellow {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-yellow {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-yellow {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-darkyellow {
  position: relative;
  color: #fff;
  background-color: #d17c0d;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-darkyellow a:not(.btn) {
    color: #ffb350; }
    .frame-background-darkyellow a:not(.btn):focus, .frame-background-darkyellow a:not(.btn):hover {
      color: #888; }
  .frame-background-darkyellow .btn {
    min-width: 260px;
    color: #fff;
    background-color: #ffb350; }
    .frame-background-darkyellow .btn:hover, .frame-background-darkyellow .btn:focus {
      background-color: #fff;
      color: #ffb350; }
    .frame-background-darkyellow .btn-whatsapp {
      color: #fff; }
    .frame-background-darkyellow .btn-download {
      background-color: transparent; }
      .frame-background-darkyellow .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-darkyellow .btn-download:hover, .frame-background-darkyellow .btn-download:focus {
        background-color: transparent; }
  .frame-background-darkyellow .frame-type-contact {
    color: #fff; }
    .frame-background-darkyellow .frame-type-contact .contact-name {
      color: #ffb350; }
    .frame-background-darkyellow .frame-type-contact a {
      color: #fff; }
      .frame-background-darkyellow .frame-type-contact a:hover, .frame-background-darkyellow .frame-type-contact a:focus {
        color: #ffb350; }
  .frame-background-darkyellow .person-name {
    color: #ffb350; }
  .frame-background-darkyellow .person-icon .iconfont {
    fill: #ffb350; }
  .frame-background-darkyellow .slick-prev, .frame-background-darkyellow .slick-next {
    background: #d17c0d; }
    .frame-background-darkyellow .slick-prev:hover, .frame-background-darkyellow .slick-next:hover {
      background: #ffb350;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-darkyellow {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-darkyellow {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-darkyellow {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-darkyellow {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-darkyellow {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-green {
  position: relative;
  color: #fff;
  background-color: #83b8aa;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-green a:not(.btn) {
    color: #5c9082; }
    .frame-background-green a:not(.btn):focus, .frame-background-green a:not(.btn):hover {
      color: #888; }
  .frame-background-green .btn {
    min-width: 260px;
    color: #fff;
    background-color: #5c9082; }
    .frame-background-green .btn:hover, .frame-background-green .btn:focus {
      background-color: #fff;
      color: #5c9082; }
    .frame-background-green .btn-whatsapp {
      color: #fff; }
    .frame-background-green .btn-download {
      background-color: transparent; }
      .frame-background-green .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-green .btn-download:hover, .frame-background-green .btn-download:focus {
        background-color: transparent; }
  .frame-background-green .frame-type-contact {
    color: #fff; }
    .frame-background-green .frame-type-contact .contact-name {
      color: #5c9082; }
    .frame-background-green .frame-type-contact a {
      color: #fff; }
      .frame-background-green .frame-type-contact a:hover, .frame-background-green .frame-type-contact a:focus {
        color: #5c9082; }
  .frame-background-green .person-name {
    color: #5c9082; }
  .frame-background-green .person-icon .iconfont {
    fill: #5c9082; }
  .frame-background-green .slick-prev, .frame-background-green .slick-next {
    background: #83b8aa; }
    .frame-background-green .slick-prev:hover, .frame-background-green .slick-next:hover {
      background: #5c9082;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-green {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-green {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-green {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-green {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-green {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-darkgreen {
  position: relative;
  color: #fff;
  background-color: #5c9082;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-darkgreen a:not(.btn) {
    color: #83b8aa; }
    .frame-background-darkgreen a:not(.btn):focus, .frame-background-darkgreen a:not(.btn):hover {
      color: #888; }
  .frame-background-darkgreen .btn {
    min-width: 260px;
    color: #fff;
    background-color: #83b8aa; }
    .frame-background-darkgreen .btn:hover, .frame-background-darkgreen .btn:focus {
      background-color: #fff;
      color: #83b8aa; }
    .frame-background-darkgreen .btn-whatsapp {
      color: #fff; }
    .frame-background-darkgreen .btn-download {
      background-color: transparent; }
      .frame-background-darkgreen .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-darkgreen .btn-download:hover, .frame-background-darkgreen .btn-download:focus {
        background-color: transparent; }
  .frame-background-darkgreen .frame-type-contact {
    color: #fff; }
    .frame-background-darkgreen .frame-type-contact .contact-name {
      color: #83b8aa; }
    .frame-background-darkgreen .frame-type-contact a {
      color: #fff; }
      .frame-background-darkgreen .frame-type-contact a:hover, .frame-background-darkgreen .frame-type-contact a:focus {
        color: #83b8aa; }
  .frame-background-darkgreen .person-name {
    color: #83b8aa; }
  .frame-background-darkgreen .person-icon .iconfont {
    fill: #83b8aa; }
  .frame-background-darkgreen .slick-prev, .frame-background-darkgreen .slick-next {
    background: #5c9082; }
    .frame-background-darkgreen .slick-prev:hover, .frame-background-darkgreen .slick-next:hover {
      background: #83b8aa;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-darkgreen {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-darkgreen {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-darkgreen {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-darkgreen {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-darkgreen {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-blue {
  position: relative;
  color: #fff;
  background-color: #0087c4;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-blue a:not(.btn) {
    color: #006796; }
    .frame-background-blue a:not(.btn):focus, .frame-background-blue a:not(.btn):hover {
      color: #888; }
  .frame-background-blue .btn {
    min-width: 260px;
    color: #fff;
    background-color: #006796; }
    .frame-background-blue .btn:hover, .frame-background-blue .btn:focus {
      background-color: #fff;
      color: #006796; }
    .frame-background-blue .btn-whatsapp {
      color: #fff; }
    .frame-background-blue .btn-download {
      background-color: transparent; }
      .frame-background-blue .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-blue .btn-download:hover, .frame-background-blue .btn-download:focus {
        background-color: transparent; }
  .frame-background-blue .frame-type-contact {
    color: #fff; }
    .frame-background-blue .frame-type-contact .contact-name {
      color: #006796; }
    .frame-background-blue .frame-type-contact a {
      color: #fff; }
      .frame-background-blue .frame-type-contact a:hover, .frame-background-blue .frame-type-contact a:focus {
        color: #006796; }
  .frame-background-blue .person-name {
    color: #006796; }
  .frame-background-blue .person-icon .iconfont {
    fill: #006796; }
  .frame-background-blue .slick-prev, .frame-background-blue .slick-next {
    background: #0087c4; }
    .frame-background-blue .slick-prev:hover, .frame-background-blue .slick-next:hover {
      background: #006796;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-blue {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-blue {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-blue {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-blue {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-blue {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-darkblue {
  position: relative;
  color: #0087c4;
  background-color: #006796;
  padding-left: 1em;
  padding-right: 1em; }
  .frame-background-darkblue a:not(.btn) {
    color: #ccc; }
    .frame-background-darkblue a:not(.btn):focus, .frame-background-darkblue a:not(.btn):hover {
      color: #888; }
  .frame-background-darkblue .btn {
    min-width: 260px;
    color: #fff;
    background-color: #0087c4; }
    .frame-background-darkblue .btn:hover, .frame-background-darkblue .btn:focus {
      background-color: #fff;
      color: #0087c4; }
    .frame-background-darkblue .btn-whatsapp {
      color: #0087c4; }
    .frame-background-darkblue .btn-download {
      background-color: transparent; }
      .frame-background-darkblue .btn-download:before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23fff' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23fff' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>"); }
      .frame-background-darkblue .btn-download:hover, .frame-background-darkblue .btn-download:focus {
        background-color: transparent; }
  .frame-background-darkblue .frame-type-contact {
    color: #0087c4; }
    .frame-background-darkblue .frame-type-contact .contact-name {
      color: #0087c4; }
    .frame-background-darkblue .frame-type-contact a {
      color: #0087c4; }
      .frame-background-darkblue .frame-type-contact a:hover, .frame-background-darkblue .frame-type-contact a:focus {
        color: #0087c4; }
  .frame-background-darkblue .person-name {
    color: #0087c4; }
  .frame-background-darkblue .person-icon .iconfont {
    fill: #0087c4; }
  .frame-background-darkblue .slick-prev, .frame-background-darkblue .slick-next {
    background: #006796; }
    .frame-background-darkblue .slick-prev:hover, .frame-background-darkblue .slick-next:hover {
      background: #0087c4;
      fill: #fff; }
  @media (min-width: 768px) {
    .frame-background-darkblue {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media (min-width: 992px) {
    .frame-background-darkblue {
      padding-left: 2em;
      padding-right: 2em; } }
  .container .frame-background-darkblue {
    padding-left: 1em;
    padding-right: 1em; }
    @media (min-width: 768px) {
      .container .frame-background-darkblue {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    @media (min-width: 992px) {
      .container .frame-background-darkblue {
        padding-left: 2em;
        padding-right: 2em; } }

.frame-background-white {
  background-color: #fff; }

/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  margin: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-transform: uppercase;
  font-style: italic; }

header:not(.header) {
  margin-bottom: 1em; }
  .frame-type-header header:not(.header) {
    margin-bottom: 0; }

div[class^='frame-background']:not(.frame-background-grey) h1, div[class^='frame-background']:not(.frame-background-grey) .h1,
div[class^='frame-background']:not(.frame-background-grey) h2, div[class^='frame-background']:not(.frame-background-grey) .h2,
div[class^='frame-background']:not(.frame-background-grey) h3, div[class^='frame-background']:not(.frame-background-grey) .h3,
div[class^='frame-background']:not(.frame-background-grey) h4, div[class^='frame-background']:not(.frame-background-grey) .h4,
div[class^='frame-background']:not(.frame-background-grey) h5, div[class^='frame-background']:not(.frame-background-grey) .h5,
div[class^='frame-background']:not(.frame-background-grey) h6, div[class^='frame-background']:not(.frame-background-grey) .h6,
div[class^='frame-background']:not(.frame-background-grey) .sub, div[class*=' frame-background']:not(.frame-background-grey) h1, div[class*=' frame-background']:not(.frame-background-grey) .h1,
div[class*=' frame-background']:not(.frame-background-grey) h2, div[class*=' frame-background']:not(.frame-background-grey) .h2,
div[class*=' frame-background']:not(.frame-background-grey) h3, div[class*=' frame-background']:not(.frame-background-grey) .h3,
div[class*=' frame-background']:not(.frame-background-grey) h4, div[class*=' frame-background']:not(.frame-background-grey) .h4,
div[class*=' frame-background']:not(.frame-background-grey) h5, div[class*=' frame-background']:not(.frame-background-grey) .h5,
div[class*=' frame-background']:not(.frame-background-grey) h6, div[class*=' frame-background']:not(.frame-background-grey) .h6,
div[class*=' frame-background']:not(.frame-background-grey) .sub {
  color: #fff; }

.content div[class^='frame-background']:not(.frame-background-grey) li:before, .content div[class*=' frame-background']:not(.frame-background-grey) li:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23ffffff' d='M234.395 249.526a7.83 7.83 0 0 0-7.832-7.832H17.832A7.83 7.83 0 0 0 10 249.526c0 2.163.876 4.122 2.293 5.538a7.807 7.807 0 0 0 5.538 2.293h208.732a7.83 7.83 0 0 0 7.832-7.831zM55.86 215.435c0 2.164.876 4.122 2.293 5.538a7.807 7.807 0 0 0 5.538 2.293l165.1-.005a7.83 7.83 0 0 0 7.832-7.832 7.83 7.83 0 0 0-7.832-7.832l-165.1.005a7.831 7.831 0 0 0-7.831 7.833zM85.386 186.525a7.805 7.805 0 0 0 5.538 2.293l140.252.005a7.83 7.83 0 0 0 7.832-7.832 7.83 7.83 0 0 0-7.832-7.832l-140.253-.005a7.828 7.828 0 0 0-7.831 7.831 7.811 7.811 0 0 0 2.294 5.54zM232.686 283.99a7.828 7.828 0 0 0-7.831-7.831H59.749a7.828 7.828 0 0 0-7.831 7.831c0 2.164.876 4.121 2.293 5.538a7.805 7.805 0 0 0 5.538 2.293h165.105a7.83 7.83 0 0 0 7.832-7.831zM227.342 312.688l-140.252-.005a7.83 7.83 0 0 0-7.832 7.832c0 2.164.876 4.122 2.293 5.538a7.807 7.807 0 0 0 5.538 2.293l140.252.005c4.327 0 7.832-3.505 7.832-7.832s-3.504-7.831-7.831-7.831z'/><path fill='%23ffffff' d='M376.137 305.979c27.26 0 54.297 4.182 76.131 11.777l.069.024.07.023.422.141a102.041 102.041 0 0 1-4.244 4.512c-19.345 19.345-45.084 30.026-72.436 30.076-27.393-.05-53.132-10.731-72.478-30.077a101.866 101.866 0 0 1-4.298-4.571l.353-.116.088-.029.087-.03c21.961-7.566 49.032-11.732 76.228-11.732h.008m0-11.337h-.008c-29.023-.001-56.936 4.431-79.921 12.35a124.503 124.503 0 0 0-14.898 5.927 112.946 112.946 0 0 0 14.345 17.557c21.489 21.489 50.068 33.342 80.475 33.398 30.406-.055 58.985-11.908 80.474-33.397 5.428-5.428 10.19-11.299 14.4-17.502a148.538 148.538 0 0 0-15.009-5.926c-22.928-7.975-50.841-12.407-79.858-12.407z'/><path fill='%23ffffff' d='M280.061 214.042a131.4 131.4 0 0 0 4.429 1.801c26.256 10.741 57.922 16.418 91.582 16.418 33.694.001 65.443-5.667 91.813-16.39 1.448-.58 2.887-1.18 4.315-1.801a103.27 103.27 0 0 1 6.46 35.929c0 11.734-2.027 23.413-5.913 34.307a140.664 140.664 0 0 0-4.693-1.731c-26.683-9.743-58.467-14.892-91.927-14.893-33.493 0-65.31 5.16-91.982 14.913a199.887 199.887 0 0 0-4.628 1.741c-3.893-10.901-5.923-22.591-5.923-34.337.002-12.496 2.172-24.547 6.467-35.957m-5.619-15.328c-7.975 15.729-12.185 33.12-12.185 51.286 0 17.281 3.876 34.117 11.243 49.237 4.597-2.16 9.471-4.154 14.511-5.981 25.145-9.194 55.772-14.234 88.117-14.234 32.345 0 62.973 5.04 88.117 14.234 5.095 1.772 9.914 3.822 14.511 5.982C486.123 284.117 490 267.28 490 250c-.001-18.056-4.21-35.557-12.129-51.231a146.528 146.528 0 0 1-14.234 6.59c-24.646 10.025-55.107 15.564-87.563 15.563-32.345 0-62.806-5.538-87.397-15.618a115.772 115.772 0 0 1-14.235-6.59z'/><path fill='%23ffffff' d='M375.916 147.467h.424c27.266.001 52.942 10.663 72.3 30.021a102.443 102.443 0 0 1 3.288 3.444l-.65.247-.045.017-.045.017c-21.208 8.188-47.865 12.698-75.061 12.697-27.008 0-53.677-4.514-75.09-12.708a177.17 177.17 0 0 1-.707-.273 102.26 102.26 0 0 1 3.285-3.441c19.361-19.359 45.037-30.021 72.301-30.021m.424-11.339h-.424c-30.327 0-58.823 11.847-80.317 33.342-4.874 4.874-9.304 10.191-13.126 15.785 4.487 2.382 9.305 4.542 14.511 6.535 22.43 8.584 50.234 13.458 79.145 13.458 28.911 0 56.769-4.819 79.145-13.458a125.102 125.102 0 0 0 14.511-6.535c-3.822-5.594-8.197-10.855-13.126-15.785-21.495-21.493-49.993-33.34-80.319-33.342z'/></svg>");
  background-repeat: no-repeat; }

div.frame.frame-background-white h1, div.frame.frame-background-white .h1,
div.frame.frame-background-white h2, div.frame.frame-background-white .h2,
div.frame.frame-background-white h3, div.frame.frame-background-white .h3,
div.frame.frame-background-white h4, div.frame.frame-background-white .h4,
div.frame.frame-background-white h5, div.frame.frame-background-white .h5,
div.frame.frame-background-white h6, div.frame.frame-background-white .h6,
div.frame.frame-background-white .sub {
  color: #0087c4; }

img {
  max-width: 100%; }

.slick-slide img {
  max-height: 350px; }
  @media (min-width: 576px) {
    .slick-slide img {
      max-height: 410px; } }
  @media (min-width: 768px) {
    .slick-slide img {
      max-height: 540px; } }
  @media (min-width: 992px) {
    .slick-slide img {
      max-height: 705px; } }
  @media (min-width: 1200px) {
    .slick-slide img {
      max-height: 855px; } }

strong, b {
  font-weight: 700;
  font-style: italic; }

.content ul {
  list-style: none;
  padding: 0; }

.content li {
  position: relative;
  padding-left: 35px; }
  .content li:before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23545454' d='M234.395 249.526a7.83 7.83 0 0 0-7.832-7.832H17.832A7.83 7.83 0 0 0 10 249.526c0 2.163.876 4.122 2.293 5.538a7.807 7.807 0 0 0 5.538 2.293h208.732a7.83 7.83 0 0 0 7.832-7.831zM55.86 215.435c0 2.164.876 4.122 2.293 5.538a7.807 7.807 0 0 0 5.538 2.293l165.1-.005a7.83 7.83 0 0 0 7.832-7.832 7.83 7.83 0 0 0-7.832-7.832l-165.1.005a7.831 7.831 0 0 0-7.831 7.833zM85.386 186.525a7.805 7.805 0 0 0 5.538 2.293l140.252.005a7.83 7.83 0 0 0 7.832-7.832 7.83 7.83 0 0 0-7.832-7.832l-140.253-.005a7.828 7.828 0 0 0-7.831 7.831 7.811 7.811 0 0 0 2.294 5.54zM232.686 283.99a7.828 7.828 0 0 0-7.831-7.831H59.749a7.828 7.828 0 0 0-7.831 7.831c0 2.164.876 4.121 2.293 5.538a7.805 7.805 0 0 0 5.538 2.293h165.105a7.83 7.83 0 0 0 7.832-7.831zM227.342 312.688l-140.252-.005a7.83 7.83 0 0 0-7.832 7.832c0 2.164.876 4.122 2.293 5.538a7.807 7.807 0 0 0 5.538 2.293l140.252.005c4.327 0 7.832-3.505 7.832-7.832s-3.504-7.831-7.831-7.831z'/><path fill='%23545454' d='M376.137 305.979c27.26 0 54.297 4.182 76.131 11.777l.069.024.07.023.422.141a102.041 102.041 0 0 1-4.244 4.512c-19.345 19.345-45.084 30.026-72.436 30.076-27.393-.05-53.132-10.731-72.478-30.077a101.866 101.866 0 0 1-4.298-4.571l.353-.116.088-.029.087-.03c21.961-7.566 49.032-11.732 76.228-11.732h.008m0-11.337h-.008c-29.023-.001-56.936 4.431-79.921 12.35a124.503 124.503 0 0 0-14.898 5.927 112.946 112.946 0 0 0 14.345 17.557c21.489 21.489 50.068 33.342 80.475 33.398 30.406-.055 58.985-11.908 80.474-33.397 5.428-5.428 10.19-11.299 14.4-17.502a148.538 148.538 0 0 0-15.009-5.926c-22.928-7.975-50.841-12.407-79.858-12.407z'/><path fill='%23545454' d='M280.061 214.042a131.4 131.4 0 0 0 4.429 1.801c26.256 10.741 57.922 16.418 91.582 16.418 33.694.001 65.443-5.667 91.813-16.39 1.448-.58 2.887-1.18 4.315-1.801a103.27 103.27 0 0 1 6.46 35.929c0 11.734-2.027 23.413-5.913 34.307a140.664 140.664 0 0 0-4.693-1.731c-26.683-9.743-58.467-14.892-91.927-14.893-33.493 0-65.31 5.16-91.982 14.913a199.887 199.887 0 0 0-4.628 1.741c-3.893-10.901-5.923-22.591-5.923-34.337.002-12.496 2.172-24.547 6.467-35.957m-5.619-15.328c-7.975 15.729-12.185 33.12-12.185 51.286 0 17.281 3.876 34.117 11.243 49.237 4.597-2.16 9.471-4.154 14.511-5.981 25.145-9.194 55.772-14.234 88.117-14.234 32.345 0 62.973 5.04 88.117 14.234 5.095 1.772 9.914 3.822 14.511 5.982C486.123 284.117 490 267.28 490 250c-.001-18.056-4.21-35.557-12.129-51.231a146.528 146.528 0 0 1-14.234 6.59c-24.646 10.025-55.107 15.564-87.563 15.563-32.345 0-62.806-5.538-87.397-15.618a115.772 115.772 0 0 1-14.235-6.59z'/><path fill='%23545454' d='M375.916 147.467h.424c27.266.001 52.942 10.663 72.3 30.021a102.443 102.443 0 0 1 3.288 3.444l-.65.247-.045.017-.045.017c-21.208 8.188-47.865 12.698-75.061 12.697-27.008 0-53.677-4.514-75.09-12.708a177.17 177.17 0 0 1-.707-.273 102.26 102.26 0 0 1 3.285-3.441c19.361-19.359 45.037-30.021 72.301-30.021m.424-11.339h-.424c-30.327 0-58.823 11.847-80.317 33.342-4.874 4.874-9.304 10.191-13.126 15.785 4.487 2.382 9.305 4.542 14.511 6.535 22.43 8.584 50.234 13.458 79.145 13.458 28.911 0 56.769-4.819 79.145-13.458a125.102 125.102 0 0 0 14.511-6.535c-3.822-5.594-8.197-10.855-13.126-15.785-21.495-21.493-49.993-33.34-80.319-33.342z'/></svg>");
    background-repeat: no-repeat; }

@media (max-width: 767px) {
  h1 {
    font-size: 35px; }
  h2 {
    font-size: 25px; } }

.sub {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #006796;
  text-transform: uppercase;
  margin: 0; }

.teaserbox {
  position: relative;
  height: 315px;
  margin-bottom: 40px; }
  .page-teaser .teaserbox {
    height: 235px; }
  .teaserbox * {
    position: relative;
    z-index: 20; }
  .teaserbox .iconfont {
    position: absolute;
    z-index: 10;
    top: 90px;
    left: 0; }
    @media (max-width: 1199px) {
      .teaserbox .iconfont {
        width: 300px;
        left: 50%;
        margin-left: -150px; } }
    .page-teaser .teaserbox .iconfont {
      top: 10px; }
  .teaserbox-bg-red .iconfont {
    fill: #ff6a5a; }
  .teaserbox-bg-yellow .iconfont {
    fill: #ffb350; }
  .teaserbox-bg-green .iconfont {
    fill: #83b8aa; }
  .teaserbox-bg-blue .iconfont {
    fill: #0087c4; }
  .teaserbox picture {
    display: inline-block;
    margin: 0; }
  .teaserbox-image-shadow {
    width: 225px;
    height: 25px;
    margin: -16px auto 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .teaserbox h3 {
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0 45px; }
  .teaserbox p {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0 45px;
    font-size: 14px;
    line-height: 15px; }
    @media (max-width: 1199px) {
      .teaserbox p {
        width: 300px;
        margin: 0 auto 10px;
        padding-right: 75px; } }
  .teaserbox-link {
    position: absolute !important;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-left: -27.5px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    border-radius: 50%; }
  .teaserbox .bg-red {
    background-color: #df5a4b; }
    .teaserbox .bg-red:hover, .teaserbox .bg-red:focus {
      color: #ff6a5a; }
  .teaserbox .bg-yellow {
    background-color: #d17c0d; }
    .teaserbox .bg-yellow:hover, .teaserbox .bg-yellow:focus {
      color: #ffb350; }
  .teaserbox .bg-green {
    background-color: #5c9082; }
    .teaserbox .bg-green:hover, .teaserbox .bg-green:focus {
      color: #83b8aa; }
  .teaserbox .bg-blue {
    background-color: #006796; }
    .teaserbox .bg-blue:hover, .teaserbox .bg-blue:focus {
      color: #0087c4; }

.page-teaser {
  z-index: 50;
  position: relative;
  margin-top: 20px; }

@media (min-width: 768px) {
  .page-teaser {
    margin-top: -50px; } }

@media (min-width: 992px) {
  .page-teaser {
    margin-top: -100px; } }

.imageteaser {
  position: relative;
  height: 280px; }
  .imageteaser .lazyload-bg {
    left: 15px;
    right: 15px; }
  .imageteaser-link {
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: #fff; }
    .imageteaser-link:hover, .imageteaser-link:focus {
      background-color: #fff; }
  .imageteaser .bg-red:hover, .imageteaser .bg-red:focus {
    color: #ff6a5a; }
  .imageteaser .bg-yellow:hover, .imageteaser .bg-yellow:focus {
    color: #ffb350; }
  .imageteaser .bg-green:hover, .imageteaser .bg-green:focus {
    color: #83b8aa; }
  .imageteaser .bg-blue:hover, .imageteaser .bg-blue:focus {
    color: #0087c4; }

.highlight .highlight-bg {
  min-height: 183px; }
  @media (min-width: 992px) {
    .highlight .highlight-bg {
      min-height: 200px; } }

.highlight .lazyload-bg {
  z-index: 12; }
  @media (min-width: 992px) {
    .highlight .lazyload-bg {
      left: 15px; } }

.highlight h3 {
  margin: 0;
  padding: 30px 0 30px 0;
  font-size: 25px;
  color: #0087c4 !important; }
  @media (min-width: 768px) {
    .highlight h3 {
      font-size: 35px; } }
  @media (min-width: 992px) {
    .highlight h3 {
      padding-left: 15px; } }

.highlight-text {
  color: #545454;
  font-size: 14px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .highlight-text {
      padding-top: 30px; } }
  .highlight-text p {
    margin: 0; }
  .highlight-text h4:first-child {
    margin-top: 0; }

.highlight-white {
  background-color: #fff; }

.highlight-date {
  position: relative;
  color: #fff; }
  .highlight-date:before {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #0087c4; }
    @media (min-width: 992px) {
      .highlight-date:before {
        right: 15px; } }
  .highlight-date time {
    position: relative;
    z-index: 20;
    display: block;
    text-align: center;
    padding: 30px 0; }
    @media (min-width: 992px) {
      .highlight-date time {
        padding-right: 15px; } }
  .highlight-date span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
  .highlight-date-day {
    font-size: 60px; }
  .highlight-date-month {
    font-size: 30px; }
  .highlight-date-year {
    font-size: 30px;
    color: #006796;
    border-top: 1px solid #006796; }

.highlight-link.btn {
  position: relative;
  z-index: 10;
  margin-top: -19px; }
  .highlight-link.btn:hover, .highlight-link.btn:focus {
    background-color: #0087c4;
    color: #fff; }

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

@media (min-width: 768px) {
  .highlight .col-sm-6 {
    width: 50%; } }

@media (min-width: 992px) {
  .highlight .col-md-4 {
    width: 33.33333%; } }

@media (min-width: 992px) {
  .highlight .col-md-3 {
    width: 25%; } }

@media (min-width: 992px) {
  .highlight .col-md-2 {
    width: 16.66667%; } }

.btn {
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  padding: 5px 15px;
  border: 0;
  white-space: normal; }
  @media (min-width: 768px) {
    .btn {
      font-size: 20px; } }
  .btn-download {
    position: relative;
    padding-top: 30px; }
    .btn-download:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: "";
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23545454' d='M403.744 10H177.375l-3.364.553-.028.214a16.46 16.46 0 0 0-5.942 3.183L60.76 104.173c-3.215 2.703-5.078 6.378-5.651 10.228l-.214-.032v334.27c0 22.749 18.613 41.361 41.361 41.361h307.487c22.749 0 41.361-18.613 41.361-41.361V51.361C445.105 28.613 426.492 10 403.744 10zm12.408 438.639c0 6.725-5.679 12.408-12.408 12.408H96.256c-6.729 0-12.408-5.683-12.408-12.408V127.992l90.817-76.381v80.562h-43.639v28.953h72.544l.049-122.173h200.126c6.729 0 12.408 5.683 12.408 12.408v397.278z'/><path fill='%23545454' d='M344.254 326.425H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 392.947H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476zM344.254 260.247H153.993c-7.993 0-14.476-6.483-14.476-14.476 0-7.993 6.483-14.476 14.476-14.476h190.262c7.993 0 14.476 6.483 14.476 14.476 0 7.993-6.483 14.476-14.477 14.476z'/></svg>");
      background-repeat: no-repeat;
      height: 25px;
      width: 25px;
      margin-left: -12.5px; }
    @media (min-width: 768px) {
      .btn-download {
        padding-left: 40px;
        padding-top: 5px; }
        .btn-download:before {
          top: 5px;
          left: 0;
          margin-left: 0; } }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #006796; }
  .btn:hover, .btn:focus {
    color: #0087c4; }
  .btn:active {
    box-shadow: none; }
  .btn-arrow {
    position: relative;
    display: block;
    width: 250px;
    background-color: #006796;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    padding: 5px 15px 0;
    white-space: normal;
    margin: 0 auto 24px; }
    @media (min-width: 768px) {
      .btn-arrow {
        display: inline-block;
        width: 50%;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        margin: 0;
        padding: 0 15px; } }
    .btn-arrow:after {
      position: absolute;
      content: "";
      right: 0;
      bottom: -12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 125px 0 125px;
      border-color: #006796 transparent transparent transparent; }
      @media (min-width: 768px) {
        .btn-arrow:after {
          bottom: 0;
          right: -12px;
          border-width: 27.5px 0 27.5px 12px;
          border-color: transparent transparent transparent #006796; } }
  .btn-whatsapp {
    position: relative;
    display: block;
    font-style: italic;
    font-size: 16px;
    white-space: normal;
    text-align: center;
    padding-top: 45px;
    color: #006796; }
    @media (min-width: 768px) {
      .btn-whatsapp {
        display: inline-block;
        width: 50%;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        padding: 0 0 0 100px;
        text-align: left; } }
    .btn-whatsapp:before {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'><path fill='%23006796' d='M490 243.819c0 129.136-105.488 233.819-235.637 233.819-41.317 0-80.133-10.56-113.904-29.093L10 490l42.533-125.451c-21.456-35.232-33.813-76.554-33.813-120.73C18.72 114.683 124.219 10 254.363 10 384.523 10 490 114.683 490 243.819zM254.363 47.237c-109.248 0-198.112 88.187-198.112 196.581 0 43.013 14.021 82.848 37.739 115.253L69.237 432.08l76.133-24.197c31.28 20.539 68.752 32.517 108.997 32.517 109.232 0 198.112-88.176 198.112-196.571S363.605 47.237 254.363 47.237zm118.992 250.432c-1.456-2.384-5.301-3.824-11.072-6.688-5.781-2.864-34.187-16.736-39.467-18.64-5.296-1.909-9.157-2.869-13.003 2.864-3.845 5.739-14.917 18.64-18.293 22.464-3.371 3.835-6.736 4.315-12.517 1.445-5.771-2.864-24.379-8.923-46.443-28.443-17.168-15.189-28.763-33.941-32.133-39.685-3.365-5.733-.352-8.832 2.533-11.685 2.603-2.571 5.781-6.693 8.667-10.037 2.896-3.349 3.856-5.733 5.771-9.563 1.936-3.824.971-7.168-.48-10.043-1.44-2.864-13.003-31.067-17.813-42.544-4.811-11.467-9.616-9.557-12.992-9.557-3.365 0-7.221-.48-11.072-.48s-10.112 1.435-15.408 7.168c-5.291 5.739-20.208 19.605-20.208 47.803 0 28.203 20.688 55.451 23.584 59.269 2.885 3.819 39.947 63.573 98.667 86.523 58.725 22.939 58.725 15.285 69.317 14.325 10.581-.955 34.165-13.861 38.997-27.237 4.799-13.397 4.799-24.869 3.365-27.259z'/></svg>");
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .btn-whatsapp:before {
          left: 40px;
          top: 7.5px;
          margin: 0; } }

.count {
  text-align: center; }
  .count span {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase; }
  .count-number {
    color: #006796;
    font-size: 100px;
    line-height: 100px; }
  .count-additional {
    position: relative; }
    .count-additional:before {
      position: absolute;
      content: ">";
      font-size: 35px;
      left: -20px;
      top: 5px; }
  .count-details {
    display: block;
    font-size: 20px;
    line-height: 1; }

.game {
  color: #fff;
  margin-bottom: 2px;
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .game {
      padding: 30px; } }
  .game-row {
    margin: 0 0 2px; }
  .game h3 {
    position: relative;
    color: #fff;
    margin: 0 0 45px 0;
    font-size: 25px; }
    @media (min-width: 768px) {
      .game h3 {
        font-size: 35px; } }
    .game h3:after {
      position: absolute;
      content: "";
      bottom: -15px;
      left: 0;
      width: 50%;
      height: 1px;
      background-color: #fff; }
  .game .frame {
    padding: 0; }
  .game .frame-inner > :last-child {
    margin-bottom: 11px; }
  .game-day {
    color: #fff;
    font-size: 20px; }
    .game-day-time, .game-day-details {
      padding-top: 15px;
      padding-bottom: 15px; }
    .game-day-time {
      color: #545454;
      font-weight: 700;
      font-style: italic;
      font-size: 20px; }
      .game-day-time .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 0 auto 5px;
        fill: #545454; }
    .game-day-match {
      margin: 0;
      font-size: 14px;
      padding: 5px 0; }
      .game-day-match span {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-style: italic;
        font-size: 16px; }
        @media (min-width: 768px) {
          .game-day-match span {
            font-size: 20px; } }
    .game-day-details {
      position: relative; }
    @media (min-width: 992px) {
      .game-day-border:before {
        position: absolute;
        content: "";
        left: 0;
        top: 15px;
        bottom: 15px;
        width: 1px;
        background-color: #fff; } }
    .game-day-border .iconfont {
      width: 80px;
      height: 75px;
      line-height: 40px;
      display: inline-block;
      fill: #fff;
      margin-top: 0; }
    .game-day-age, .game-day-team {
      display: inline-block;
      vertical-align: top;
      font-weight: 700;
      font-style: italic;
      line-height: 57px; }
    .game-day-age {
      font-size: 20px; }
    .game-day-team {
      font-size: 35px;
      width: 20px;
      text-align: center; }
    .game-day-divider {
      width: 50%;
      height: 1px;
      background-color: #fff;
      margin: 30px 0; }

.training-time {
  font-size: 14px;
  line-height: 1; }

.training-day {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  padding-top: 24.5px;
  padding-bottom: 24.5px; }

.training-details {
  margin: 0;
  font-size: 14px;
  padding: 13.5px 0; }
  .training-details span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-size: 16px; }

.frame-type-contact {
  font-size: 16px;
  color: #006796;
  text-align: center; }
  @media (min-width: 768px) {
    .frame-type-contact {
      font-size: 20px;
      text-align: left; }
      .frame-type-contact .media-left {
        padding-right: 2em;
        width: 50%; }
        .frame-type-contact .media-left img {
          margin: 0 0 0 auto; } }
  @media (max-width: 767px) {
    .frame-type-contact .media-left {
      display: block; } }
  .frame-type-contact .contact-name {
    color: #0087c4;
    font-size: 25px;
    line-height: 1; }
    @media (min-width: 768px) {
      .frame-type-contact .contact-name {
        font-size: 35px; } }
  .frame-type-contact p {
    margin: 0; }
  .frame-type-contact a {
    color: #006796;
    text-decoration: none;
    font-weight: 700;
    font-style: italic; }
    .frame-type-contact a:hover, .frame-type-contact a:focus {
      color: #0087c4; }

.frame-type-person {
  text-align: center; }
  .frame-type-person img {
    margin: 0 auto; }

.person-name {
  color: #0087c4;
  font-size: 20px; }

.person-icon {
  display: inline-block; }
  .person-icon .iconfont {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
    fill: #0087c4; }

.container[data-container-identifier="container_1_columns"] .container[data-container-identifier="container_1_columns"],
.container[data-container-identifier="container_1_columns"] .container[data-container-identifier="container_2_columns"],
.container[data-container-identifier="container_1_columns"] .container[data-container-identifier="container_3_columns"],
.container[data-container-identifier="container_1_columns"] .container[data-container-identifier="container_4_columns"] {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0; }

.iconfont {
  display: block;
  line-height: 1; }
  .iconfont svg {
    width: 100%;
    height: 100%; }

/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
.form-group {
  margin-bottom: 20px; }

.control-label {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }

textarea.form-control {
  height: 200px;
  resize: vertical; }

.form-check-label a {
  display: block; }

/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
/**
 * asset slider
 */
/**
 * mobile footer
 */
/**
 * scroll top
 */
/**
 * file links
 */
/**
 * overwrite bootstrap variables
 */
#gmap {
  height: 350px; }
  #gmap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; }

@media (min-width: 768px) {
  #gmap {
    height: 450px; } }

/*
// z-index mapping
$zindex: (
	div-1	: 100,
	div-2 	: 140
);
*/
/*
    font-family: 'Cabin', sans-serif;
    font-weight: 500, 700i
*/
.bg-white {
  background-color: #fff; }
  .bg-white-light {
    background-color: rgba(255, 255, 255, 0.6); }

.bg-red {
  background-color: #ff6a5a; }
  .bg-red-light {
    background-color: rgba(255, 152, 141, 0.6); }

.bg-darkred {
  background-color: #df5a4b; }
  .bg-darkred-light {
    background-color: rgba(231, 130, 118, 0.6); }

.bg-yellow {
  background-color: #ffb350; }
  .bg-yellow-light {
    background-color: rgba(255, 201, 131, 0.6); }

.bg-darkyellow {
  background-color: #d17c0d; }
  .bg-darkyellow-light {
    background-color: rgba(241, 150, 32, 0.6); }

.bg-green {
  background-color: #83b8aa; }
  .bg-green-light {
    background-color: rgba(163, 203, 192, 0.6); }

.bg-darkgreen {
  background-color: #5c9082; }
  .bg-darkgreen-light {
    background-color: rgba(119, 168, 155, 0.6); }

.bg-darkblue {
  background-color: #006796; }
  .bg-darkblue-light {
    background-color: rgba(0, 138, 201, 0.6); }

.bg-blue {
  background-color: #0087c4; }
  .bg-blue-light {
    background-color: rgba(0, 170, 247, 0.6); }

.bg-darkgrey {
  background-color: #595959; }
  .bg-darkgrey-light {
    background-color: rgba(115, 115, 115, 0.6); }

.bg-grey {
  background-color: #dedede; }
  .bg-grey-light {
    background-color: rgba(248, 248, 248, 0.6); }

.svg-white {
  fill: #fff; }

.svg-blue {
  fill: #0087c4; }

.svg-green {
  fill: #83b8aa; }

.svg-red {
  fill: #ff6a5a; }

div[class*='frame-background'].frame-grid {
  padding-left: 0;
  padding-right: 0; }

.header {
  position: relative; }
  .header .divider-edge {
    z-index: 30;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.navbar-brand {
  padding: 0;
  height: 68px;
  line-height: 68px;
  margin-left: 15px; }
  .navbar-brand .iconfont {
    width: 185px;
    height: 68px;
    line-height: 68px; }
  @media (min-width: 768px) {
    .navbar-brand {
      height: 52px;
      line-height: 52px;
      margin-left: 0; }
      .navbar-brand .iconfont {
        width: 140px;
        height: 52px;
        line-height: 52px; } }
  @media (min-width: 992px) {
    .navbar-brand {
      height: 100px;
      line-height: 100px;
      margin-left: 0; }
      .navbar-brand .iconfont {
        width: 272px;
        height: 100px;
        line-height: 100px; } }
  @media (min-width: 1200px) {
    .navbar-brand {
      height: 130px;
      line-height: 130px;
      margin-left: 0; }
      .navbar-brand .iconfont {
        width: 353px;
        height: 130px;
        line-height: 130px; } }

.navbar-default {
  border: 0; }
  .navbar-default .container-fluid {
    position: relative;
    z-index: 20; }
  .navbar-default:before {
    position: absolute;
    z-index: 10;
    top: -1px;
    right: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 70px;
    background-image: url(/fileadmin/layout/Icons/navigation.svg);
    background-repeat: repeat-x;
    background-size: auto 70px;
    background-position: top center; }
    @media (min-width: 768px) {
      .navbar-default:before {
        height: 100px;
        background-size: auto 100px; } }
    @media (min-width: 992px) {
      .navbar-default:before {
        height: 135px;
        background-size: auto 135px; } }

.navbar-nav {
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
      font-size: 16px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
      font-size: 18px; } }
  .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar-nav > li > a {
        padding: 20px 7px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar-nav > li > a {
        padding: 30px 10px; } }
  @media (max-width: 767px) {
    .navbar-nav > li.active a {
      color: #0087c4 !important; } }
  .navbar-nav > li.active .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -15px;
    fill: #fff; }
  @media (min-width: 992px) {
    .navbar-nav > li.active .iconfont {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-left: -20px; } }
  @media (min-width: 1200px) {
    .navbar-nav > li.active .iconfont {
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-left: -25px; } }

.navbar-collapse {
  border-top: 0; }
  @media (max-width: 767px) {
    .navbar-collapse {
      background-color: #006796; } }
  .navbar-collapse:before {
    position: absolute;
    z-index: 10;
    content: "";
    background-color: #006796;
    left: 0;
    right: 0;
    top: 0;
    height: 100px; }

@media (max-width: 767px) {
  .navbar-header {
    z-index: 30;
    position: absolute;
    width: 100%; }
  .navbar-nav {
    margin-top: 80px; } }

@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-header {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 140px; }
  .navbar > .container-fluid .navbar-collapse.collapse {
    display: inline-block !important;
    vertical-align: top; } }

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

@media (min-width: 1200px) {
  .navbar > .container-fluid .navbar-header {
    width: 341px;
    margin-right: 30px; } }

.divider-edge {
  height: 30px; }
  @media (min-width: 768px) {
    .divider-edge {
      height: 50px; } }
  .divider-edge-top:before, .divider-edge-bottom:before {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    height: 30px;
    background-repeat: repeat-x;
    background-size: auto 30px; }
    @media (min-width: 768px) {
      .divider-edge-top:before, .divider-edge-bottom:before {
        height: 50px;
        background-size: auto 50px; } }
  .divider-edge-top:before {
    top: -1px;
    background-image: url(/fileadmin/layout/Icons/edge-top.svg);
    background-position: top center; }
  .divider-edge-bottom:before {
    bottom: -1px;
    background-image: url(/fileadmin/layout/Icons/edge-bottom.svg);
    background-position: bottom center; }

.footer {
  position: relative;
  color: #fff; }
  .footer-address {
    color: #006796;
    text-transform: uppercase;
    font-size: 14px; }
    .footer-address .lead {
      font-weight: 700;
      font-style: italic;
      font-size: 20px;
      margin-bottom: 11px; }
    .footer-address a {
      color: #006796; }
      .footer-address a:hover, .footer-address a:focus {
        color: #0087c4; }
  .footer-fnav {
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .footer-fnav {
        text-align: left; } }
    .footer-fnav a {
      color: #fff;
      text-decoration: none; }
      .footer-fnav a.active, .footer-fnav a:hover, .footer-fnav a:focus {
        color: #0087c4; }
  .footer-social a {
    display: block;
    margin: 0 15px; }
    .footer-social a:hover .iconfont, .footer-social a:focus .iconfont {
      fill: #0087c4; }
  .footer-social .iconfont {
    width: 40px;
    height: 40px;
    line-height: 40px;
    fill: #fff; }
  .footer-copy {
    display: block;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .footer-copy {
        text-align: right; } }

#cookiehint {
  position: fixed;
  bottom: 0;
  z-index: 11111;
  color: #fff;
  background: #ffb350;
  width: 100%;
  display: none;
  text-align: center; }
  #cookiehint .container {
    margin: 1em auto; }
  #cookiehint a {
    color: #fff;
    text-decoration: underline; }

#cookie-ok {
  display: block;
  line-height: 1.5em;
  width: 200px;
  text-align: center;
  cursor: pointer;
  background: #d17c0d;
  color: #fff;
  margin: 0 auto; }

@media (min-width: 992px) {
  .valign-middle {
    float: none;
    display: inline-block;
    vertical-align: middle; } }

.extra-link{
  color: white;
  text-decoration: underline

}
.Zaid {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}