@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Mixin */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
.align-middle {
  display: table-cell;
  vertical-align: middle !important; }

/*////////////////////////////////////////////////////
  
  NOTE: This is not original flex scss from Bourbon.
  File has been overwritten 

////////////////////////////////////////////////////*/
/*! 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 {
  outline: 0; }

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  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; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

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

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

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

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

@viewport {
  width: device-width; }

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #a83e3e;
  text-decoration: none; }
  a:focus, a:hover {
    color: #702929;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  max-width: 100%;
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

@font-face {
  font-family: "AudiTypeScreenNormal";
  src: url(/resources/fonts/audi/AudiTypeScreen-Normal.woff2) format("woff2"); }

@font-face {
  font-family: "AudiTypeScreenNormal";
  src: url(/resources/fonts/audi/AudiTypeScreen-Normal.woff) format("woff"); }

@font-face {
  font-family: "AudiTypeScreenNormal";
  src: url(/resources/fonts/audi/AudiTypeScreen-Normal.eot); }

@font-face {
  font-family: "AudiTypeScreenNormal";
  src: url("/resources/fonts/audi/AudiTypeScreen-Normal.svg#AudiTypeScreen-Normal") format("svg"); }

@font-face {
  font-family: "AudiTypeScreenLight";
  src: url(/resources/fonts/audi/AudiTypeScreen-Light.woff2) format("woff2"); }

@font-face {
  font-family: "AudiTypeScreenLight";
  src: url(/resources/fonts/audi/AudiTypeScreen-Light.woff) format("woff"); }

@font-face {
  font-family: "AudiTypeScreenLight";
  src: url(/resources/fonts/audi/AudiTypeScreen-Light.eot); }

@font-face {
  font-family: "AudiTypeScreenLight";
  src: url("/resources/fonts/audi/AudiTypeScreen-Light.svg#AudiTypeScreen-Light") format("svg"); }

@font-face {
  font-family: "AudiTypeScreenBold";
  src: url(/resources/fonts/audi/AudiTypeScreen-Bold.woff2) format("woff2"); }

@font-face {
  font-family: "AudiTypeScreenBold";
  src: url(/resources/fonts/audi/AudiTypeScreen-Bold.woff) format("woff"); }

@font-face {
  font-family: "AudiTypeScreenBold";
  src: url(/resources/fonts/audi/AudiTypeScreen-Bold.eot); }

@font-face {
  font-family: "AudiTypeScreenBold";
  src: url("/resources/fonts/audi/AudiTypeScreen-Bold.svg#AudiTypeScreen-Bold") format("svg"); }

@font-face {
  font-family: "AudiTypeExtendedBold";
  src: url(/resources/fonts/audi/AudiType-ExtendedBold_08.woff2) format("woff2"); }

@font-face {
  font-family: "AudiTypeExtendedBold";
  src: url(/resources/fonts/audi/AudiType-ExtendedBold_08.woff) format("woff"); }

@font-face {
  font-family: "AudiTypeExtendedBold";
  src: url(/resources/fonts/audi/AudiType-ExtendedBold_08.eot); }

@font-face {
  font-family: "AudiTypeExtendedBold";
  src: url("/resources/fonts/audi/AudiType-ExtendedBold_08.svg#AudiType-ExtendedBold_08") format("svg"); }

@font-face {
  font-family: "AudiTypeExtendedNormal";
  src: url(/resources/fonts/audi/AudiType-ExtendedNormal_08.woff2) format("woff2"); }

@font-face {
  font-family: "AudiTypeExtendedNormal";
  src: url(/resources/fonts/audi/AudiType-ExtendedNormal_08.woff) format("woff"); }

@font-face {
  font-family: "AudiTypeExtendedNormal";
  src: url(/resources/fonts/audi/AudiType-ExtendedNormal_08.eot); }

@font-face {
  font-family: "AudiTypeExtendedNormal";
  src: url("/resources/fonts/audi/AudiType-ExtendedBold_08.svg#AudiType-ExtendedBold_08") format("svg"); }

@font-face {
  font-family: "PorscheFranklinCondensed";
  src: url(/resources/fonts/porsche/PorscheFranklinGothic-Cond.woff2) format("woff2"); }

@font-face {
  font-family: "PorscheFranklinCondensed";
  src: url(/resources/fonts/porsche/PorscheFranklinGothic-Cond.woff) format("woff"); }

@font-face {
  font-family: "PorscheFranklinCondensed";
  src: url(/resources/fonts/porsche/PorscheFranklinGothic-Cond.eot); }

@font-face {
  font-family: "PorscheFranklinCondensed";
  src: url("/resources/fonts/porsche/PorscheFranklinGothic-Cond.svg#PorscheFranklinGothic") format("svg"); }

@font-face {
  font-family: "PorscheNewsGothic";
  src: url(/resources/fonts/porsche/PorscheNewsGothic-Regular.woff2) format("woff2"); }

@font-face {
  font-family: "PorscheNewsGothic";
  src: url(/resources/fonts/porsche/PorscheNewsGothic-Regular.woff) format("woff"); }

@font-face {
  font-family: "PorscheNewsGothic";
  src: url(/resources/fonts/porsche/PorscheNewsGothic-Regular.eot); }

@font-face {
  font-family: "PorscheNewsGothic";
  src: url("/resources/fonts/porsche/PorscheNewsGothic-Regular.svg#PorscheNewsGothic") format("svg"); }

@font-face {
  font-family: "PorscheNewsGothicBold";
  src: url(/resources/fonts/porsche/SkodaPro-Regular.woff2) format("woff2"); }

@font-face {
  font-family: "PorscheNewsGothicBold";
  src: url(/resources/fonts/porsche/PorscheNewsGothic-Bold.woff) format("woff"); }

@font-face {
  font-family: "PorscheNewsGothicBold";
  src: url(/resources/fonts/porsche/PorscheNewsGothic-Bold.eot); }

@font-face {
  font-family: "PorscheNewsGothicBold";
  src: url("/resources/fonts/porsche/PorscheNewsGothic-Bold.svg#PorscheNewsGothicBold") format("svg"); }

/*****************
SKODA FONTS
*****************/
@font-face {
  font-family: "SkodaPro-Regular";
  src: url(/resources/fonts/skoda/SkodaPro-Regular.woff2) format("woff2"); }

@font-face {
  font-family: "SkodaPro-Regular";
  src: url(/resources/fonts/skoda/SkodaPro-Regular.woff) format("woff"); }

@font-face {
  font-family: "SkodaPro-Regular";
  src: url(/resources/fonts/skoda/SkodaPro-Regular.eot); }

@font-face {
  font-family: "SkodaPro-Regular";
  src: url("/resources/fonts/skoda/SkodaPro-Regular.svg#SkodaPro-Regular") format("svg"); }

@font-face {
  font-family: "SkodaPro-Medium";
  src: url(/resources/fonts/skoda/SkodaPro-Medium.woff2) format("woff2"); }

@font-face {
  font-family: "SkodaPro-Medium";
  src: url(/resources/fonts/skoda/SkodaPro-Medium.woff) format("woff"); }

@font-face {
  font-family: "SkodaPro-Medium";
  src: url(/resources/fonts/skoda/SkodaPro-Medium.eot); }

@font-face {
  font-family: "SkodaPro-Medium";
  src: url("/resources/fonts/skoda/SkodaPro-Medium.svg#SkodaPro-Medium") format("svg"); }

@font-face {
  font-family: "SkodaPro-Bold";
  src: url(/resources/fonts/skoda/SkodaPro-Bold.woff2) format("woff2"); }

@font-face {
  font-family: "SkodaPro-Bold";
  src: url(/resources/fonts/skoda/SkodaPro-Bold.woff) format("woff"); }

@font-face {
  font-family: "SkodaPro-Bold";
  src: url(/resources/fonts/skoda/SkodaPro-Bold.eot); }

@font-face {
  font-family: "SkodaPro-Bold";
  src: url("/resources/fonts/skoda/SkodaPro-Bold.svg#SkodaPro-Bold") format("svg"); }

@font-face {
  font-family: "SkodaPro-ExtraBold";
  src: url(/resources/fonts/skoda/SkodaPro-ExtraBold.woff2) format("woff2"); }

@font-face {
  font-family: "SkodaPro-ExtraBold";
  src: url(/resources/fonts/skoda/SkodaPro-ExtraBold.woff) format("woff"); }

@font-face {
  font-family: "SkodaPro-ExtraBold";
  src: url(/resources/fonts/skoda/SkodaPro-ExtraBold.eot); }

@font-face {
  font-family: "SkodaPro-ExtraBold";
  src: url("/resources/fonts/skoda/SkodaPro-ExtraBold.svg#SkodaPro-ExtraBold") format("svg"); }

@font-face {
  font-family: 'vw-headline-bkregular';
  src: url("/resources/fonts/vw/vw-h-bk-webfont.eot");
  src: url("/resources/fonts/vw/vw-h-bk-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/vw-h-bk-webfont.woff") format("woff"), url("/resources/fonts/vw/vw-h-bk-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-headline-blkregular';
  src: url("/resources/fonts/vw/vw-h-blk-webfont.eot");
  src: url("/resources/fonts/vw/vw-h-blk-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/vw-h-blk-webfont.woff") format("woff"), url("/resources/fonts/vw/vw-h-blk-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-headline-sbregular';
  src: url("/resources/fonts/vw/vw-h-sb-webfont.eot");
  src: url("/resources/fonts/vw/vw-h-sb-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/vw-h-sb-webfont.woff") format("woff"), url("/resources/fonts/vw/vw-h-sb-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-text-bold';
  src: url("/resources/fonts/vw/VW_Text/VWTextWeb-Bold.eot");
  src: url("/resources/fonts/vw/VW_Text/VWTextWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/VW_Text/VWTextWeb-Bold.woff") format("woff"), url("/resources/fonts/vw/VW_Text/VWTextWeb-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-text-light';
  src: url("/resources/fonts/vw/VW_Text/VWTextWeb-Light.eot");
  src: url("/resources/fonts/vw/VW_Text/VWTextWeb-Light.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/VW_Text/VWTextWeb-Light.woff") format("woff"), url("/resources/fonts/vw/VW_Text/VWTextWeb-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-text';
  src: url("/resources/fonts/vw/VW_Text/VWTextWeb-Regular.eot");
  src: url("/resources/fonts/vw/VW_Text/VWTextWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/VW_Text/VWTextWeb-Regular.woff") format("woff"), url("/resources/fonts/vw/VW_Text/VWTextWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-head-bold';
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-Bold.eot");
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-Bold.woff") format("woff"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-head-extraBold';
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-ExtraBold.eot");
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-ExtraBold.woff") format("woff"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-head-light';
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-Light.eot");
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-Light.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-Light.woff") format("woff"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'vw-head';
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-Regular.eot");
  src: url("/resources/fonts/vw/VW_Head/VWHeadWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-Regular.woff") format("woff"), url("/resources/fonts/vw/VW_Head/VWHeadWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 32px; }
  @media (min-width: 400px) and (max-width: 980px) {
    .display-1 {
      font-size: calc( 32px + (96 - 32) * ( (100vw - 400px) / ( 980 - 400))); } }
  @media (min-width: 980px) {
    .display-1 {
      font-size: 96px; } }

.display-2 {
  font-size: 28px; }
  @media (min-width: 400px) and (max-width: 980px) {
    .display-2 {
      font-size: calc( 28px + (64 - 28) * ( (100vw - 400px) / ( 980 - 400))); } }
  @media (min-width: 980px) {
    .display-2 {
      font-size: 64px; } }

.display-3 {
  font-size: 24px; }
  @media (min-width: 400px) and (max-width: 980px) {
    .display-3 {
      font-size: calc( 24px + (56 - 24) * ( (100vw - 400px) / ( 980 - 400))); } }
  @media (min-width: 980px) {
    .display-3 {
      font-size: 56px; } }

.display-4 {
  font-size: 20px; }
  @media (min-width: 400px) and (max-width: 980px) {
    .display-4 {
      font-size: calc( 20px + (48 - 20) * ( (100vw - 400px) / ( 980 - 400))); } }
  @media (min-width: 980px) {
    .display-4 {
      font-size: 48px; } }

.display-2 {
  font-weight: 300; }

.display-3 {
  font-weight: 300; }

.display-4 {
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    clear: both;
    content: "";
    display: table; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  .container .container {
    padding-left: 0;
    padding-right: 0; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  min-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  min-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  min-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  min-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  min-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  min-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  min-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  min-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-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: 544px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-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: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-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: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-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%; } }

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

.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.row-xs-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row-xs-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row-xs-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.col-xs-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-xs-center {
  -ms-flex-item-align: center;
  align-self: center; }

.col-xs-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

@media (min-width: 544px) {
  .col-sm-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-sm-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-sm-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-md-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-md-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 992px) {
  .col-lg-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-lg-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-lg-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .col-xl-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-xl-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-xl-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

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

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@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: 2.25rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-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, .form-control-static.form-control-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 {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

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

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

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

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-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: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-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: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

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

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .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 .form-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; } }

.input-group-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* TODO Change me later */
.form-check-label {
  font-weight: 600;
  padding-left: 1rem; }

.form-check-input {
  margin-right: 8px; }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: normal;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #a83e3e;
  border-color: #a83e3e; }
  .btn-primary:hover {
    color: #fff;
    background-color: #833030;
    border-color: #7b2e2e; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #833030;
    border-color: #7b2e2e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #833030;
    border-color: #7b2e2e;
    background-image: none; }
    .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: #692727;
      border-color: #4b1c1c; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #a83e3e;
    border-color: #a83e3e; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #a83e3e;
    border-color: #a83e3e; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .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: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .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: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .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: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .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: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-primary-outline {
  color: #a83e3e;
  background-image: none;
  background-color: transparent;
  border-color: #a83e3e; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #a83e3e;
    border-color: #a83e3e; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #a83e3e;
    border-color: #a83e3e; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #cf7d7d; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #cf7d7d; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
  .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
  .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
  .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
  .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #a83e3e;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #702929;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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 .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em 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;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2b2d2f;
  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: #a83e3e; }

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

.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: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  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;
  content: ""; }

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

.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:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      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::after {
    clear: both;
    content: "";
    display: table; }
  .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-right: 8px;
  padding-left: 8px; }

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

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

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

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

.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::after {
  clear: both;
  content: "";
  display: table; }

.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.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-bottom-right-radius: 0; }

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

[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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.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 {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .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:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .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; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #a83e3e; }
    .c-input > input:focus ~ .c-indicator {
      -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #a83e3e;
      box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #a83e3e; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem; }

.card-block {
  padding: 1.25rem; }

.card-button {
  padding: 0 1.25rem 1.25rem 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-primary {
  background-color: #a83e3e;
  border-color: #a83e3e; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }

.card-primary-outline {
  background-color: transparent;
  border-color: #a83e3e; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de; }

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c; }

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img img {
  width: 100%; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0; }

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -.625rem;
    margin-left: -.625rem; }
    .card-deck .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      margin-right: .625rem;
      margin-left: .625rem; } }

@media (min-width: 544px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-group .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.match-height {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .match-height .card {
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .match-height.align-bottom .card-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #a83e3e;
    border-color: #a83e3e; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #a83e3e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #702929;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    clear: both;
    content: "";
    display: table; }
  .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:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

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

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #a83e3e; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #833030; }

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .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-dismissible,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  color: #0074d9;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

.progress[value]::-webkit-progress-value::before {
  content: attr(value); }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none; }
  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

.progress-striped[value]::-webkit-progress-value {
  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: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  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: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    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: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.media-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.media-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

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

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

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

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

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

.video-placeholder:hover {
  cursor: pointer; }
  .video-placeholder:hover .btn-play {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #c86a6a; }

.video-placeholder .btn-play {
  width: 56px;
  height: 56px;
  color: #a83e3e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .video-placeholder .btn-play svg {
    width: 100%;
    height: 100%; }

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

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

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

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

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

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #a83e3e;
  border-color: #a83e3e; }
  .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: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, .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 {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #ebc7c7; }

.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:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    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:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    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:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    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:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    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; }

.embed-responsive {
  position: absolute !important;
  display: block;
  padding: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9, .ratio-21by9 {
  position: relative; }
  .embed-responsive-21by9:after, .ratio-21by9:after {
    display: block;
    content: '';
    padding-bottom: 42.85714%; }

.embed-responsive-16by9, .ratio-16by9 {
  position: relative; }
  .embed-responsive-16by9:after, .ratio-16by9:after {
    display: block;
    content: '';
    padding-bottom: 56.25%; }

.embed-responsive-4by3, .ratio-4by3 {
  position: relative; }
  .embed-responsive-4by3:after, .ratio-4by3:after {
    display: block;
    content: '';
    padding-bottom: 75%; }

.embed-responsive-1by1, .ratio-1by1 {
  position: relative; }
  .embed-responsive-1by1:after, .ratio-1by1:after {
    display: block;
    content: '';
    padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    clear: both;
    content: "";
    display: table; }

.modal-header .close {
  margin-top: -2px; }

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

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    clear: both;
    content: "";
    display: table; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 768px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav::after {
    clear: both;
    content: "";
    display: table; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: inline-block;
      padding: 0.5em 1em;
      cursor: pointer; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eceeef; }
    .nav > li.disabled > a {
      color: #818a91; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #818a91;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .nav-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    display: inline-block;
    margin-bottom: -1px; }
    .nav-tabs > li a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 0.25rem 0.25rem 0 0; }
      .nav-tabs > li a:hover {
        border-color: #eceeef #eceeef #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #55595c;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

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

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

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

.navbar-nav {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar-nav::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 544px) {
    .navbar-nav {
      border-radius: 0.25rem; } }

.navbar-nav li {
  float: left; }
  .navbar-nav li a {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem; }

.navbar-nav li + li {
  margin-left: 1rem; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem; }
  .panel:last-child {
    margin-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  background-color: #f5f5f5;
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    text-decoration: none;
    display: block;
    cursor: pointer; }

.panel-body {
  padding: 15px;
  border-top: 1px solid #ddd;
  color: #373a3c; }
  .panel-body::after {
    clear: both;
    content: "";
    display: table; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

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

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

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

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.invisible {
  visibility: hidden !important; }

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #a83e3e !important; }

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

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

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

.text-warning {
  color: #f0ad4e !important; }

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

.text-danger {
  color: #d9534f !important; }

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

.bg-image-cover, .content-block, .bg-image-contain {
  background-position: center center;
  background-repeat: no-repeat; }

.bg-image-cover, .content-block {
  background-size: cover; }

.bg-image-contain {
  background-size: contain; }

[class^="icon-"],
[class*=" icon-"] {
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: currentColor; }

.center-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.inline-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

.inline-nav li {
  display: inline-block; }

.inline-nav a {
  display: block; }
  .inline-nav a:hover {
    text-decoration: none; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #a83e3e !important; }

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

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

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

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

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

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

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

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

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

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !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; } }

.glyphicon {
  width: 14px;
  height: 14px;
  position: relative;
  display: block;
  margin: 0 auto; }

.glyphicon:before,
.glyphicon:after {
  position: absolute;
  content: "";
  display: block; }

.glyphicon-chevron-up:after,
.glyphicon-chevron-down:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.glyphicon-chevron-up:before,
.glyphicon-chevron-down:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Left / Right / Up / Down */
.glyphicon-chevron-up:before,
.glyphicon-chevron-up:after,
.glyphicon-chevron-down:before,
.glyphicon-chevron-down:after {
  width: 3px;
  height: 10px;
  -webkit-box-shadow: 0 0 0 16px inset;
  box-shadow: 0 0 0 16px inset;
  top: -1px;
  left: 5px; }

.glyphicon-chevron-up:before,
.glyphicon-chevron-down:before {
  left: 3px; }

.glyphicon-chevron-up:after,
.glyphicon-chevron-down:after {
  left: 8px; }

.glyphicon-chevron-up:before,
.glyphicon-chevron-up:after,
.glyphicon-chevron-down:before,
.glyphicon-chevron-down:after {
  top: 2px; }

/**
 * bootstrap-additions
 * @version v0.3.1 - 2015-05-20
 * @link https://github.com/mgcrea/bootstrap-additions
 * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

/*
 * Alerts placement
 */
.alert {
  outline: none; }

.alert.top,
.alert.top-left,
.alert.top-right,
.alert.bottom,
.alert.bottom-left,
.alert.bottom-right {
  position: fixed;
  z-index: 1050;
  margin: 20px; }

.alert.top,
.alert.top-left,
.alert.top-right {
  top: 50px; }

.alert.top {
  right: 0px;
  left: 0px; }

.alert.top-right {
  right: 0px; }

.alert.top-right .close {
  padding-left: 10px; }

.alert.top-left {
  left: 0px; }

.alert.top-left .close {
  padding-right: 10px; }

.alert.bottom,
.alert.bottom-right,
.alert.bottom-left {
  bottom: 0px; }

.alert.bottom {
  right: 0px;
  left: 0px; }

.alert.bottom-right {
  right: 0px; }

.alert.bottom-right .close {
  padding-left: 10px; }

.alert.bottom-left {
  left: 0px; }

.alert.bottom-left .close {
  padding-right: 10px; }

/*
 * Aside element
*/
.aside {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1049;
  overflow: auto;
  min-width: 320px;
  background: white; }

.aside:focus {
  outline: none; }

@media (max-width: 991px) {
  .aside {
    min-width: 300px; } }

.aside.left {
  right: auto;
  left: 0; }

.aside.right {
  right: 0;
  left: auto; }

.aside .aside-dialog .aside-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  padding: 6px 15px;
  background: #337ab7;
  color: white; }

.aside .aside-dialog .aside-header .close {
  margin-right: -8px;
  padding: 4px 8px;
  color: white;
  font-size: 25px;
  opacity: .8; }

.aside .aside-dialog .aside-body {
  position: relative;
  padding: 15px; }

.aside .aside-dialog .aside-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.aside .aside-dialog .aside-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.aside .aside-dialog .aside-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.aside .aside-dialog .aside-footer .btn-block + .btn-block {
  margin-left: 0; }

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.4; }

.aside-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.aside-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee; }

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.callout p:last-child {
  margin-bottom: 0; }

/* Variations */
.callout-danger {
  border-color: #eed3d7;
  background-color: #fdf7f7; }

.callout-danger h4 {
  color: #b94a48; }

.callout-warning {
  border-color: #faebcc;
  background-color: #faf8f0; }

.callout-warning h4 {
  color: #8a6d3b; }

.callout-info {
  border-color: #bce8f1;
  background-color: #f4f8fa; }

.callout-info h4 {
  color: #34789a; }

/*
 * Datepicker element
 */
.datepicker.dropdown-menu {
  width: 250px;
  height: 270px; }

.datepicker.dropdown-menu button {
  outline: none;
  border: 0px; }

.datepicker.dropdown-menu tbody {
  height: 180px; }

.datepicker.dropdown-menu tbody button {
  padding: 6px; }

.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px; }

.modal.center .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  max-width: 630px;
  width: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/*
 * Popovers corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.popover.top-left {
  margin-top: -10px; }

.popover.top-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 10%; }

.popover.top-left .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.top-right {
  margin-top: -10px; }

.popover.top-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 90%; }

.popover.top-right .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.bottom-left {
  margin-top: 10px; }

.popover.bottom-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 10%; }

.popover.bottom-left .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.bottom-right {
  margin-top: 10px; }

.popover.bottom-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 90%; }

.popover.bottom-right .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

/*
 * Timepicker element
 */
.timepicker.dropdown-menu {
  padding: 0 4px; }

.timepicker.dropdown-menu button {
  outline: none;
  border: 0px; }

.timepicker.dropdown-menu tbody button {
  padding: 6px; }

/*
 * Fancy tooltips
 *
 */
.tooltip.tooltip-info.top .tooltip-arrow,
.tooltip.tooltip-info.top-left .tooltip-arrow,
.tooltip.tooltip-info.top-right .tooltip-arrow {
  border-top-color: #d9edf7; }

.tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #d9edf7; }

.tooltip.tooltip-info.bottom .tooltip-arrow,
.tooltip.tooltip-info.bottom-left .tooltip-arrow,
.tooltip.tooltip-info.bottom-right .tooltip-arrow {
  border-bottom-color: #d9edf7; }

.tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #d9edf7; }

.tooltip.tooltip-info .tooltip-inner {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.tooltip.tooltip-info .tooltip-inner hr {
  border-top-color: #a6e1ec; }

.tooltip.tooltip-info .tooltip-inner .alert-link {
  color: #245269; }

.tooltip.tooltip-success.top .tooltip-arrow,
.tooltip.tooltip-success.top-left .tooltip-arrow,
.tooltip.tooltip-success.top-right .tooltip-arrow {
  border-top-color: #dff0d8; }

.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #dff0d8; }

.tooltip.tooltip-success.bottom .tooltip-arrow,
.tooltip.tooltip-success.bottom-left .tooltip-arrow,
.tooltip.tooltip-success.bottom-right .tooltip-arrow {
  border-bottom-color: #dff0d8; }

.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #dff0d8; }

.tooltip.tooltip-success .tooltip-inner {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.tooltip.tooltip-success .tooltip-inner hr {
  border-top-color: #c9e2b3; }

.tooltip.tooltip-success .tooltip-inner .alert-link {
  color: #2b542c; }

.tooltip.tooltip-danger.top .tooltip-arrow,
.tooltip.tooltip-danger.top-left .tooltip-arrow,
.tooltip.tooltip-danger.top-right .tooltip-arrow {
  border-top-color: #f2dede; }

.tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #f2dede; }

.tooltip.tooltip-danger.bottom .tooltip-arrow,
.tooltip.tooltip-danger.bottom-left .tooltip-arrow,
.tooltip.tooltip-danger.bottom-right .tooltip-arrow {
  border-bottom-color: #f2dede; }

.tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #f2dede; }

.tooltip.tooltip-danger .tooltip-inner {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.tooltip.tooltip-danger .tooltip-inner hr {
  border-top-color: #e4b9c0; }

.tooltip.tooltip-danger .tooltip-inner .alert-link {
  color: #843534; }

/*
 * Tooltip corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.tooltip.top-left {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 10%; }

.tooltip.top-right {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 90%; }

.tooltip.bottom-left {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 10%; }

.tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 90%; }

/*
 * Alerts placement
 */
.alert {
  outline: none; }

.alert.top,
.alert.top-left,
.alert.top-right,
.alert.bottom,
.alert.bottom-left,
.alert.bottom-right {
  position: fixed;
  z-index: 1050;
  margin: 20px; }

.alert.top,
.alert.top-left,
.alert.top-right {
  top: 50px; }

.alert.top {
  right: 0px;
  left: 0px; }

.alert.top-right {
  right: 0px; }

.alert.top-right .close {
  padding-left: 10px; }

.alert.top-left {
  left: 0px; }

.alert.top-left .close {
  padding-right: 10px; }

.alert.bottom,
.alert.bottom-right,
.alert.bottom-left {
  bottom: 0px; }

.alert.bottom {
  right: 0px;
  left: 0px; }

.alert.bottom-right {
  right: 0px; }

.alert.bottom-right .close {
  padding-left: 10px; }

.alert.bottom-left {
  left: 0px; }

.alert.bottom-left .close {
  padding-right: 10px; }

/*
 * Aside element
 */
.aside {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1049;
  overflow: auto;
  min-width: 320px;
  background: white; }

.aside:focus {
  outline: none; }

@media (max-width: 991px) {
  .aside {
    min-width: 300px; } }

.aside.left {
  right: auto;
  left: 0; }

.aside.right {
  right: 0;
  left: auto; }

.aside .aside-dialog .aside-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  padding: 6px 15px;
  background: #337ab7;
  color: white; }

.aside .aside-dialog .aside-header .close {
  margin-right: -8px;
  padding: 4px 8px;
  color: white;
  font-size: 25px;
  opacity: .8; }

.aside .aside-dialog .aside-body {
  position: relative;
  padding: 15px; }

.aside .aside-dialog .aside-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.aside .aside-dialog .aside-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.aside .aside-dialog .aside-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.aside .aside-dialog .aside-footer .btn-block + .btn-block {
  margin-left: 0; }

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.aside-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.aside-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/*
 * Datepicker element
 */
.datepicker.dropdown-menu {
  width: 250px;
  height: 270px; }

.datepicker.dropdown-menu button {
  outline: none;
  border: 0px; }

.datepicker.dropdown-menu tbody {
  height: 180px; }

.datepicker.dropdown-menu tbody button {
  padding: 6px; }

.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px; }

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee; }

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.callout p:last-child {
  margin-bottom: 0; }

/* Variations */
.callout-danger {
  border-color: #eed3d7;
  background-color: #fdf7f7; }

.callout-danger h4 {
  color: #b94a48; }

.callout-warning {
  border-color: #faebcc;
  background-color: #faf8f0; }

.callout-warning h4 {
  color: #8a6d3b; }

.callout-info {
  border-color: #bce8f1;
  background-color: #f4f8fa; }

.callout-info h4 {
  color: #34789a; }

.modal.center .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  max-width: 630px;
  width: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/*
 * Popovers corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.popover.top-left {
  margin-top: -10px; }

.popover.top-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 10%; }

.popover.top-left .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.top-right {
  margin-top: -10px; }

.popover.top-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 90%; }

.popover.top-right .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.bottom-left {
  margin-top: 10px; }

.popover.bottom-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 10%; }

.popover.bottom-left .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.bottom-right {
  margin-top: 10px; }

.popover.bottom-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 90%; }

.popover.bottom-right .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

/*
 * Timepicker element
 */
.timepicker.dropdown-menu {
  padding: 0 4px; }

.timepicker.dropdown-menu button {
  outline: none;
  border: 0px; }

.timepicker.dropdown-menu tbody button {
  padding: 6px; }

/*
 * Fancy tooltips
 *
 */
.tooltip.tooltip-info.top .tooltip-arrow,
.tooltip.tooltip-info.top-left .tooltip-arrow,
.tooltip.tooltip-info.top-right .tooltip-arrow {
  border-top-color: #d9edf7; }

.tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #d9edf7; }

.tooltip.tooltip-info.bottom .tooltip-arrow,
.tooltip.tooltip-info.bottom-left .tooltip-arrow,
.tooltip.tooltip-info.bottom-right .tooltip-arrow {
  border-bottom-color: #d9edf7; }

.tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #d9edf7; }

.tooltip.tooltip-info .tooltip-inner {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.tooltip.tooltip-info .tooltip-inner hr {
  border-top-color: #a6e1ec; }

.tooltip.tooltip-info .tooltip-inner .alert-link {
  color: #245269; }

.tooltip.tooltip-success.top .tooltip-arrow,
.tooltip.tooltip-success.top-left .tooltip-arrow,
.tooltip.tooltip-success.top-right .tooltip-arrow {
  border-top-color: #dff0d8; }

.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #dff0d8; }

.tooltip.tooltip-success.bottom .tooltip-arrow,
.tooltip.tooltip-success.bottom-left .tooltip-arrow,
.tooltip.tooltip-success.bottom-right .tooltip-arrow {
  border-bottom-color: #dff0d8; }

.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #dff0d8; }

.tooltip.tooltip-success .tooltip-inner {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.tooltip.tooltip-success .tooltip-inner hr {
  border-top-color: #c9e2b3; }

.tooltip.tooltip-success .tooltip-inner .alert-link {
  color: #2b542c; }

.tooltip.tooltip-danger.top .tooltip-arrow,
.tooltip.tooltip-danger.top-left .tooltip-arrow,
.tooltip.tooltip-danger.top-right .tooltip-arrow {
  border-top-color: #f2dede; }

.tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #f2dede; }

.tooltip.tooltip-danger.bottom .tooltip-arrow,
.tooltip.tooltip-danger.bottom-left .tooltip-arrow,
.tooltip.tooltip-danger.bottom-right .tooltip-arrow {
  border-bottom-color: #f2dede; }

.tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #f2dede; }

.tooltip.tooltip-danger .tooltip-inner {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.tooltip.tooltip-danger .tooltip-inner hr {
  border-top-color: #e4b9c0; }

.tooltip.tooltip-danger .tooltip-inner .alert-link {
  color: #843534; }

/*
 * Tooltip corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.tooltip.top-left {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 10%; }

.tooltip.top-right {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 90%; }

.tooltip.bottom-left {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 10%; }

.tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 90%; }

/**
 * angular-motion
 * @version v0.4.2 - 2015-09-23
 * @link https://github.com/mgcrea/angular-motion
 * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.am-collapse {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  overflow: hidden;
  opacity: 1; }

.am-collapse.am-collapse-add,
.am-collapse.ng-hide-remove,
.am-collapse.ng-move {
  -webkit-animation-name: expand;
  animation-name: expand; }

.am-collapse.am-collapse-remove,
.am-collapse.ng-hide {
  -webkit-animation-name: collapse;
  animation-name: collapse; }

.am-collapse.ng-enter {
  visibility: hidden;
  -webkit-animation-name: expand;
  animation-name: expand;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-collapse.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-collapse.ng-leave {
  -webkit-animation-name: collapse;
  animation-name: collapse;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-collapse.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes expand {
  from {
    max-height: 0px; }
  to {
    max-height: 500px; } }

@keyframes expand {
  from {
    max-height: 0px; }
  to {
    max-height: 500px; } }

@-webkit-keyframes collapse {
  from {
    max-height: 500px; }
  to {
    max-height: 0px; } }

@keyframes collapse {
  from {
    max-height: 500px; }
  to {
    max-height: 0px; } }

.panel-collapse.am-collapse.in-remove {
  -webkit-animation-name: collapse;
  animation-name: collapse;
  display: block; }

.panel-collapse.am-collapse.in-add {
  -webkit-animation-name: expand;
  animation-name: expand; }

.am-fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1; }

.am-fade.am-fade-add,
.am-fade.ng-hide-remove,
.am-fade.ng-move {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.am-fade.am-fade-remove,
.am-fade.ng-hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.am-fade.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade.ng-leave {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.tab-pane.am-fade.active-remove {
  display: none !important; }

.tab-pane.am-fade.active-add {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.modal-backdrop.am-fade,
.aside-backdrop.am-fade {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s; }

.modal-backdrop.am-fade.ng-leave,
.aside-backdrop.am-fade.ng-leave {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.am-fade-and-scale {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-fade-and-scale.ng-enter,
.am-fade-and-scale.am-fade-and-scale-add,
.am-fade-and-scale.ng-hide-remove,
.am-fade-and-scale.ng-move {
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn; }

.am-fade-and-scale.ng-leave,
.am-fade-and-scale.am-fade-and-scale-remove,
.am-fade-and-scale.ng-hide {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut; }

.am-fade-and-scale.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-scale.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-scale.ng-leave {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-scale.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  to {
    opacity: 1; } }

@keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeAndScaleOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

@keyframes fadeAndScaleOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

.am-fade-and-slide-top {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-fade-and-slide-top.am-fade-and-slide-top-add,
.am-fade-and-slide-top.ng-hide-remove,
.am-fade-and-slide-top.ng-move {
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop; }

.am-fade-and-slide-top.am-fade-and-slide-top-remove,
.am-fade-and-slide-top.ng-hide {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop; }

.am-fade-and-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-slide-top.ng-leave {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-top.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-slide-right {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-fade-and-slide-right.am-fade-and-slide-right-add,
.am-fade-and-slide-right.ng-hide-remove,
.am-fade-and-slide-right.ng-move {
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight; }

.am-fade-and-slide-right.am-fade-and-slide-right-remove,
.am-fade-and-slide-right.ng-hide {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight; }

.am-fade-and-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-slide-right.ng-leave {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-right.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-slide-bottom {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-add,
.am-fade-and-slide-bottom.ng-hide-remove,
.am-fade-and-slide-bottom.ng-move {
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom; }

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-remove,
.am-fade-and-slide-bottom.ng-hide {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom; }

.am-fade-and-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-slide-bottom.ng-leave {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-bottom.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-slide-left {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-fade-and-slide-left.am-fade-and-slide-left-add,
.am-fade-and-slide-left.ng-hide-remove,
.am-fade-and-slide-left.ng-move {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft; }

.am-fade-and-slide-left.am-fade-and-slide-left-remove,
.am-fade-and-slide-left.ng-hide {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft; }

.am-fade-and-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-fade-and-slide-left.ng-leave {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-fade-and-slide-left.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes fadeAndSlideFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  to {
    opacity: 1; } }

@keyframes fadeAndSlideFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeAndSlideToTop {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); } }

@keyframes fadeAndSlideToTop {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); } }

@-webkit-keyframes fadeAndSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }
  to {
    opacity: 1; } }

@keyframes fadeAndSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeAndSlideToRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%); } }

@keyframes fadeAndSlideToRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%); } }

@-webkit-keyframes fadeAndSlideFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%); }
  to {
    opacity: 1; } }

@keyframes fadeAndSlideFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%); }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeAndSlideToBottom {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%); } }

@keyframes fadeAndSlideToBottom {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%); } }

@-webkit-keyframes fadeAndSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); }
  to {
    opacity: 1; } }

@keyframes fadeAndSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeAndSlideToLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); } }

@keyframes fadeAndSlideToLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); } }

.am-flip-x {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-flip-x.am-flip-x-add,
.am-flip-x.ng-hide-remove,
.am-flip-x.ng-move {
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce; }

.am-flip-x.am-flip-x-remove,
.am-flip-x.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX; }

.am-flip-x.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-flip-x.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-flip-x.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-flip-x.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-flip-x-linear {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-flip-x-linear.am-flip-x-add,
.am-flip-x-linear.ng-hide-remove,
.am-flip-x-linear.ng-move {
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

.am-flip-x-linear.am-flip-x-remove,
.am-flip-x-linear.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX; }

.am-flip-x-linear.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-flip-x-linear.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-flip-x-linear.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-flip-x-linear.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

.am-slide-top {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-slide-top.am-slide-top-add,
.am-slide-top.ng-hide-remove,
.am-slide-top.ng-move {
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop; }

.am-slide-top.am-slide-top-remove,
.am-slide-top.ng-hide {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop; }

.am-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-slide-top.ng-leave {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-top.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-slide-right {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-slide-right.am-slide-right-add,
.am-slide-right.ng-hide-remove,
.am-slide-right.ng-move {
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight; }

.am-slide-right.am-slide-right-remove,
.am-slide-right.ng-hide {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight; }

.am-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-slide-right.ng-leave {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-right.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-slide-bottom {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-slide-bottom.am-slide-bottom-add,
.am-slide-bottom.ng-hide-remove,
.am-slide-bottom.ng-move {
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom; }

.am-slide-bottom.am-slide-bottom-remove,
.am-slide-bottom.ng-hide {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom; }

.am-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-slide-bottom.ng-leave {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-bottom.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-slide-left {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.am-slide-left.am-slide-left-add,
.am-slide-left.ng-hide-remove,
.am-slide-left.ng-move {
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft; }

.am-slide-left.am-slide-left-remove,
.am-slide-left.ng-hide {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft; }

.am-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.am-slide-left.ng-leave {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.am-slide-left.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes slideToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes slideToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes slideToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes slideToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none; }

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
    -webkit-box-sizing: border-box;
    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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  min-width: 300px;
  margin: 0 auto; }
  .slick-track li {
    width: auto !important;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem; }
  .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; }

/* Navigation */
.site-navigation {
  display: block; }
  @media screen and (min-width: 640px) {
    .site-navigation {
      display: inline-block;
      width: auto; } }
  .site-navigation a {
    color: #a83e3e; }
    .site-navigation a.active, .site-navigation a:hover {
      color: #702929; }

.sub-navigation a {
  color: #a83e3e; }
  .sub-navigation a.active, .sub-navigation a:hover {
    color: #702929; }

.search {
  color: #a83e3e; }

.burger-link {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 5px;
  z-index: 9999; }

.burger-icon {
  height: 2px;
  background-color: #a83e3e;
  width: 24px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .burger-icon:before, .burger-icon:after {
    content: '';
    height: 2px;
    background-color: #a83e3e;
    width: 24px;
    display: block;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .burger-icon:before {
    top: -7px; }
  .burger-icon:after {
    bottom: -7px; }
  .show-menu .burger-icon {
    background-color: transparent; }
    .show-menu .burger-icon:before {
      width: 32px;
      left: -3px;
      top: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .show-menu .burger-icon:after {
      bottom: auto;
      width: 32px;
      left: -3px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.siteFooter__nav-item {
  padding-left: 2rem;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .siteFooter__nav-item {
      display: block;
      text-align: center;
      padding-left: 0;
      width: 100%; }
      .siteFooter__nav-item a {
        display: inline-block; } }

.footerMiddle {
  margin-left: -2rem; }
  @media (max-width: 767px) {
    .footerMiddle {
      margin-left: 0; } }

.footerBottom {
  padding-top: 1rem; }
  @media (max-width: 767px) {
    .footerBottom {
      padding-top: 2rem;
      text-align: center; }
      .footerBottom .text-xs-right {
        text-align: center !important; } }

/* Slider */
.slider .item {
  background-position: center center;
  background-size: cover;
  border-radius: 0;
  color: inherit;
  margin-bottom: 0;
  position: relative; }
  .slider .item .overlay {
    padding: 2rem 1.5rem;
    height: 75vh;
    min-height: 75vh;
    width: 100%; }
    @media (min-width: 768px) {
      .slider .item .overlay {
        padding: 5rem 1.5rem;
        height: 600px;
        min-height: 600px; } }
    .slider .item .overlay .block.top-left .aligment-horizontal {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
    .slider .item .overlay .block.top-left .aligment-vertical {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
    .slider .item .overlay .block.top-centre {
      text-align: center; }
      @media (max-width: 767px) {
        .slider .item .overlay .block.top-centre {
          text-align: left; } }
      .slider .item .overlay .block.top-centre .aligment-horizontal {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around; }
      .slider .item .overlay .block.top-centre .aligment-vertical {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
    .slider .item .overlay .block.top-right {
      text-align: right; }
      @media (max-width: 767px) {
        .slider .item .overlay .block.top-right {
          text-align: left; } }
      .slider .item .overlay .block.top-right .aligment-horizontal {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; }
      .slider .item .overlay .block.top-right .aligment-vertical {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
    .slider .item .overlay .block.middle-left {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .slider .item .overlay .block.middle-left .aligment-horizontal {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
    .slider .item .overlay .block.middle-centre {
      text-align: center;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .slider .item .overlay .block.middle-centre {
          text-align: left; } }
      .slider .item .overlay .block.middle-centre .aligment-horizontal {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around; }
    .slider .item .overlay .block.middle-right {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: right; }
      @media (max-width: 767px) {
        .slider .item .overlay .block.middle-right {
          text-align: left; } }
      .slider .item .overlay .block.middle-right .aligment-horizontal {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; }
    .slider .item .overlay .block.bottom-left {
      position: relative;
      top: 100%;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
      .slider .item .overlay .block.bottom-left .aligment-horizontal {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
    .slider .item .overlay .block.bottom-centre {
      text-align: center;
      position: relative;
      top: 100%;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
      .slider .item .overlay .block.bottom-centre .aligment-horizontal {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around; }
    .slider .item .overlay .block.bottom-right {
      position: relative;
      top: 100%;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      text-align: right; }
      @media (max-width: 767px) {
        .slider .item .overlay .block.bottom-right {
          text-align: left; } }
      .slider .item .overlay .block.bottom-right .aligment-horizontal {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; }
    .slider .item .overlay .content {
      padding: 2rem; }
      @media (max-width: 767px) {
        .slider .item .overlay .content {
          padding: 1.2rem; } }
    .slider .item .overlay h1 {
      width: auto;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .slider .item .overlay h1 {
          font-size: 2em; } }
    .slider .item .overlay p {
      font-size: 1.5rem;
      line-height: 100%;
      padding: 1.5rem 0 0 0;
      margin-bottom: 0; }
  .slider .item .word-background-only h1,
  .slider .item .word-background-only p,
  .slider .item .word-background-only h3 {
    background-color: #fff;
    display: inline;
    -webkit-box-shadow: 7px 0 0 #fff, -7px 0 0 #fff;
    box-shadow: 7px 0 0 #fff, -7px 0 0 #fff; }
    .slider .item .word-background-only h1:after,
    .slider .item .word-background-only p:after,
    .slider .item .word-background-only h3:after {
      content: "";
      display: block;
      background: transparent;
      border: 1px solid transparent; }
  .slider .item .word-background-only h1 {
    line-height: 1.4; }
  .slider .item .full-background {
    background: #fff; }

.fullscreen-slider {
  height: 100vh; }

.fullwidth-slider__wrapper {
  position: relative;
  overflow: hidden; }

.fullwidth-slider {
  height: 548px;
  overflow: hidden; }
  .fullwidth-slider .slide-content__wrapper {
    width: 100%;
    position: absolute;
    bottom: 0; }

/* Content Blocks */
.content-block {
  padding-top: 1.33333rem;
  padding-bottom: 1.33333rem; }
  @media (min-width: 544px) {
    .content-block {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (min-width: 768px) {
    .content-block {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .content-block.no-padding--bottom, .content-block.strip-bottom-padding {
    padding-bottom: 0; }
  .content-block.no-padding--top, .content-block.strip-top-padding {
    padding-top: 0; }
  .content-block img {
    width: 100%; }

.content-block-title {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }

.two-column .col-sm-6 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.two-column.two-column--align .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media (min-width: 544px) {
    .two-column.two-column--align .row {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -moz-align-items: stretch;
      align-items: stretch; } }
  .two-column.two-column--align .row .col-sm-6:nth-child(2) {
    margin-top: 1rem; }
  @media (min-width: 544px) {
    .two-column.two-column--align .row .col-sm-6:nth-child(2) {
      margin-top: 0; } }

@media (min-width: 544px) {
  .two-column.two-column--invert .col-sm-6 + .col-sm-6 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.intro-block {
  padding: 2rem 0; }
  @media (min-width: 544px) {
    .intro-block {
      padding: 3.5rem 0; } }
  @media (min-width: 768px) {
    .intro-block {
      padding: 5rem 0; } }
  .intro-block .btn {
    margin-top: 2rem; }

.hero-banner {
  overflow: hidden;
  position: relative;
  background-color: #22435A;
  min-height: 368px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  .hero-banner .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .hero-banner .hero-banner__content {
    text-align: center; }
  @media (min-width: 768px) {
    .hero-banner {
      min-height: 484px; } }
  @media (min-width: 1200px) {
    .hero-banner {
      min-height: 640px; } }

.hero-banner__content {
  color: #fff;
  padding-top: 1.33333rem;
  padding-bottom: 1.33333rem; }
  @media (min-width: 544px) {
    .hero-banner__content {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (min-width: 768px) {
    .hero-banner__content {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 768px) {
    .hero-banner__content {
      margin-top: -3px;
      padding-top: 0;
      padding-bottom: 0; } }
  .hero-banner__content p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3; }
    @media (min-width: 992px) {
      .hero-banner__content p {
        font-size: 2.4rem; } }
  .hero-banner__content p + .btn {
    margin-top: 3.4rem; }

.align-content--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .align-content--left .hero-banner__content {
    text-align: left; }

.align-content--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .align-content--right .hero-banner__content {
    text-align: right; }

.align-content--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.align-content--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.cb-blockquote cite {
  font-style: normal; }

.cb-blockquote .lead {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.25; }

.cb-blockquote.theme--dark .lead {
  color: red; }

.content-block-gallery {
  padding: 0; }
  @media (min-width: 544px) {
    .content-block-gallery {
      margin-bottom: 2rem; } }
  .content-block-gallery ul {
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .content-block-gallery ul li.col-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      padding: 0;
      height: auto; }
      @media (min-width: 544px) {
        .content-block-gallery ul li.col-1 {
          width: 50%;
          padding-right: 3px; } }
    .content-block-gallery ul li.col-2 {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 0;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-pack: distribute;
      -moz-justify-content: space-around;
      justify-content: space-around;
      height: auto; }
      @media (min-width: 544px) {
        .content-block-gallery ul li.col-2 {
          width: 50%;
          padding-left: 3px; } }
      .content-block-gallery ul li.col-2 img {
        width: 50%;
        margin-top: 3px;
        margin-bottom: 3px; }
        .content-block-gallery ul li.col-2 img:first-child {
          width: 100%;
          margin-top: 0; }
          @media (min-width: 544px) {
            .content-block-gallery ul li.col-2 img:first-child {
              margin-bottom: 5px; } }
          @media (min-width: 768px) {
            .content-block-gallery ul li.col-2 img:first-child {
              margin-bottom: 6px; } }
        .content-block-gallery ul li.col-2 img:nth-child(2) {
          margin: 0;
          padding-right: 3px; }
        .content-block-gallery ul li.col-2 img:last-child {
          margin: 0;
          padding-left: 3px; }
    .content-block-gallery ul li.col-3 {
      width: 100%;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin: 0;
      padding: 0; }
      @media (min-width: 544px) {
        .content-block-gallery ul li.col-3 {
          margin-top: 6px; } }
    .content-block-gallery ul li img {
      display: block; }
  .content-block-gallery .desktop-gallery-grid {
    display: none; }
    @media (min-width: 544px) {
      .content-block-gallery .desktop-gallery-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 544px) {
    .content-block-gallery .mobile-gallery-slider {
      display: none; } }
  .content-block-gallery .mobile-gallery-slider .mobile-gallery-slider__slide {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center; }
    .content-block-gallery .mobile-gallery-slider .mobile-gallery-slider__slide:before {
      content: '';
      display: block;
      padding-bottom: 76.56%; }
  .content-block-gallery .mobile-gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.35); }
    .content-block-gallery .mobile-gallery-slider .slick-arrow:focus {
      outline: 0 !important; }
    .content-block-gallery .mobile-gallery-slider .slick-arrow.slick-prev {
      left: 0; }
    .content-block-gallery .mobile-gallery-slider .slick-arrow.slick-next {
      right: 0; }

.content-block-event-info {
  padding: 2.5rem; }
  @media (max-width: 991px) {
    .content-block-event-info {
      margin-bottom: 2rem;
      margin-right: 0; } }
  .content-block-event-info ul {
    padding: 1rem 0 0 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .content-block-event-info ul li {
      width: 45%;
      margin-bottom: 0.8rem; }
      @media (max-width: 991px) {
        .content-block-event-info ul li {
          width: 100%; } }
      .content-block-event-info ul li h5 {
        display: block; }
  .content-block-event-info p {
    color: #fff; }

.content-block-carrousel.content-block {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.content-block-carrousel .slider-nav {
  padding: 0.5rem 0; }
  .content-block-carrousel .slider-nav li:hover {
    cursor: pointer;
    cursor: hand; }

.content-block-carrousel .content {
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: row;
  flex-wrap: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .content-block-carrousel .content .col-1 {
    width: 48%;
    padding: 0 1.5rem; }
    @media (max-width: 991px) {
      .content-block-carrousel .content .col-1 {
        width: 90%;
        padding: 0;
        margin: 0 auto; } }
  .content-block-carrousel .content .col-2 {
    width: 48%;
    padding: 0 1.5rem; }
    @media (max-width: 991px) {
      .content-block-carrousel .content .col-2 {
        width: 90%;
        margin: 0 auto; } }

.dealership-form .form-horizontal {
  width: 580px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .dealership-form .form-horizontal {
      width: 500px; } }
  @media (max-width: 767px) {
    .dealership-form .form-horizontal {
      width: 100%; } }

.dealership-form .form-group {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .dealership-form .form-group {
      margin-bottom: 0; } }
  .dealership-form .form-group .item {
    width: 45%; }
    @media (max-width: 767px) {
      .dealership-form .form-group .item {
        width: 100%; } }
    .dealership-form .form-group .item select {
      width: 100%;
      border: 0;
      padding: 1rem 0;
      border-bottom: 1px solid #55595c;
      background: transparent; }
      .dealership-form .form-group .item select:focus {
        outline: none; }
  .dealership-form .form-group.cta .item {
    width: auto;
    margin: 1.5rem auto; }
    .dealership-form .form-group.cta .item .btn {
      float: none; }

.dealership-form.content-block-form .form-horizontal {
  max-width: 580px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .dealership-form.content-block-form .form-horizontal {
      width: 100%;
      max-width: auto; } }

.dealership-form.content-block-form .form-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .dealership-form.content-block-form .form-group .item {
    width: 100%; }
    .dealership-form.content-block-form .form-group .item button {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto; }

.iframelayout .dealership-form.content-block-form .form-horizontal,
.iframelayout .dealership-form .form-horizontal {
  max-width: 100%;
  width: auto; }
  .iframelayout .dealership-form.content-block-form .form-horizontal .disclaimer-text,
  .iframelayout .dealership-form .form-horizontal .disclaimer-text {
    font-size: 10px; }

.iframelayout .dealership-form.content-block-form .form-group.cta {
  text-align: right; }

.iframelayout .dealership-form.content-block-form .form-group .item button {
  display: inline-block; }

.iframelayout {
  padding-right: 30px; }

.iframelayout .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.iframelayout .form-control {
  border-color: #d9d9d9;
  -webkit-transition: none;
  transition: none;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #d9d9d9 !important;
  padding: 1px .15em !important;
  margin-top: 32px !important; }

.iframelayout select.form-control {
  margin-top: 19px !important;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/gif;base64,R0lGODlhIwAfALMAAKurq9fX16ampuPj4+7u7tPT07y8vM3Nzejo6Pn5+fPz8////wAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjZCRTc2NDA2QTNBMTFFN0IzNDRBRDQ4NURFNjNDRDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjZCRTc2NDE2QTNBMTFFN0IzNDRBRDQ4NURFNjNDRDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNkJFNzYzRTZBM0ExMUU3QjM0NEFENDg1REU2M0NEMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNkJFNzYzRjZBM0ExMUU3QjM0NEFENDg1REU2M0NEMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAjAB8AAARKcMlJq7046827/2AojmRpnmiqrmzbBkayBYAiBgJAZLQ+HrmdpTcoFYIV4unokyhRzN0zhQMcAIAiC5fTthAGr2tMLpvP6LTaFAEAOw==") no-repeat right top -4px !important;
  background-size: 35px 31px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px 34px 2px .15em !important; }

.iframelayout .form-control:focus {
  outline-color: #4d90fe;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px; }

body.audi .iframelayout .dealership-form .input__label {
  top: 2px;
  bottom: auto; }

.iframelayout .input__label-content {
  font-weight: bold !important;
  padding: 3px;
  font-family: Verdana, ​sans-serif !important;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  -webkit-animation: none !important;
  animation: none !important; }

body.audi .iframelayout .dealership-form .input__label::before {
  border-bottom: 1px solid #d9d9d9;
  display: none; }

body.audi .iframelayout .dealership-form .input__label-color::after {
  border-color: transparent;
  display: none; }

.iframelayout .dealership-form.content-block-form .form-group .item button {
  font-family: Verdana, ​sans-serif !important;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  padding: 10px 20px;
  margin-top: 0;
  margin-bottom: 0; }

.iframelayout .dealership-form.content-block-form .form-group .item {
  margin: 0 auto; }

.iframelayout .dealership-form.content-block-form .form-group .item button:before {
  display: none; }

.content-block-video svg {
  fill: #fff; }

.content-block-video .btn-play {
  background: transparent !important; }

.content-block-title.left h2 {
  text-align: left; }

.content-block-title.centre h2 {
  text-align: center; }

.content-block-title.right h2 {
  text-align: right; }

/* Content Cards */
.card-text {
  color: #373a3c; }
  .card-text.info {
    margin-bottom: 0; }

.card--common, .card--news {
  outline: 1px solid #E2EAED;
  background-color: #fff;
  margin-bottom: 1.6rem; }
  .card--common .card-title, .card--news .card-title {
    font-size: 1.8rem;
    text-transform: uppercase; }
  .card--common p, .card--news p {
    font-size: 1.6rem; }
  .card--common .card-block, .card--news .card-block {
    padding: 2rem .8rem 0 .8rem; }
    @media (min-width: 544px) {
      .card--common .card-block, .card--news .card-block {
        padding: 2rem 1.6rem 0 1.6rem; } }
  .card--common .card-button, .card--news .card-button {
    padding: 0 .8rem 1.6rem .8rem; }
    @media (min-width: 544px) {
      .card--common .card-button, .card--news .card-button {
        padding: 0 1.6rem 1.6rem 1.6rem; } }

.article-cards-group {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .article-cards-group .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

.article-card {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  min-height: 1rem; }
  @media (min-width: 992px) {
    .article-card {
      min-height: 15rem; } }
  @media (min-width: 1200px) {
    .article-card {
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .article-card:hover {
        -webkit-transform: translateY(-0.2rem);
        transform: translateY(-0.2rem); }
        .article-card:hover .article-card__image img {
          opacity: 1; } }
  .article-card .article-card__type {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .article-card .article-card__image {
    width: 100%; }
    .article-card .article-card__image img {
      display: block;
      width: 100%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .article-card .article-card__image {
        width: 100% !important;
        height: 100% !important; } }
  .article-card .article-card__content {
    width: 100%;
    padding: 1rem 0; }
    .article-card .article-card__content:hover, .article-card .article-card__content:focus {
      text-decoration: none; }
    .article-card .article-card__content .article-card__title {
      margin: 0;
      padding: 0; }
    .article-card .article-card__content .article-card__summary {
      margin-bottom: 0;
      padding-top: 0.5rem;
      padding-bottom: 1.1rem;
      color: inherit; }

.two-column-alt {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 544px) {
  .alt-card:nth-child(odd) .alt-card-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .alt-card:nth-child(odd) .alt-card-col + .alt-card-col {
      text-align: left; }
  .alt-card:nth-child(even) .alt-card-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .alt-card:nth-child(even) .alt-card-col + .alt-card-col {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: right; } }

@media (min-width: 992px) {
  .alt-card:nth-child(4n-7) .alt-card-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .alt-card:nth-child(4n-7) .alt-card-col + .alt-card-col {
      text-align: left; }
  .alt-card:nth-child(4n-7) + .alt-card .alt-card-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .alt-card:nth-child(4n-7) + .alt-card .alt-card-col + .alt-card-col {
      text-align: left; }
  .alt-card:nth-child(4n-7) + .alt-card + .alt-card .alt-card-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .alt-card:nth-child(4n-7) + .alt-card + .alt-card .alt-card-col + .alt-card-col {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: right; }
  .alt-card:nth-child(4n-7) + .alt-card + .alt-card + .alt-card .alt-card-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .alt-card:nth-child(4n-7) + .alt-card + .alt-card + .alt-card .alt-card-col + .alt-card-col {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: right; } }

.alt-card {
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .alt-card .alt-card-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .alt-card .alt-card-col + .alt-card-col {
      text-align: left; }
  .alt-card .card-block {
    padding: 4rem 3.2rem 3rem 3.2rem;
    color: red; }
    @media (min-width: 992px) {
      .alt-card .card-block {
        padding: 2rem; } }
    @media screen and (min-width: 1210px) {
      .alt-card .card-block {
        padding: 4rem 3.2rem 3rem 3.2rem; } }
  .alt-card .card-title {
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .alt-card .card-title {
        font-size: 1.8rem; } }
    @media screen and (min-width: 1210px) {
      .alt-card .card-title {
        font-size: 2.4rem; } }
  .alt-card p {
    font-size: 1.8rem; }
    @media (min-width: 992px) {
      .alt-card p {
        font-size: 1.6rem;
        line-height: 1.8; } }
    @media screen and (min-width: 1210px) {
      .alt-card p {
        font-size: 2.4rem;
        font-size: 1.8rem; } }
  .alt-card .text-block {
    max-height: 94px;
    overflow: hidden;
    margin-bottom: .7rem; }
    @media (min-width: 992px) {
      .alt-card .text-block {
        max-height: 85px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1210px) {
      .alt-card .text-block {
        max-height: 94px;
        margin-bottom: .7rem; } }
  .alt-card:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.35);
    z-index: 2;
    -webkit-transition: box-shadow 0.3s ease;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    .alt-card:hover .alt-image {
      -webkit-transform: scale(1.065);
      transform: scale(1.065);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .alt-card:hover .btn-link {
      color: red; }

.alt-image-container {
  position: relative;
  overflow: hidden; }
  .alt-image-container:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%; }
  .alt-image-container .alt-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/* template specific */
.news__template {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #EEF7FA; }

/* Site */
.pagination {
  width: 100%;
  text-align: center;
  padding-bottom: 5rem; }
  .pagination .pagination-inner {
    position: relative; }
  .pagination .pagination-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #243444;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem; }
    .pagination .pagination-btn:hover {
      text-decoration: none; }
    .pagination .pagination-btn span {
      display: inline-block;
      vertical-align: middle; }
  .pagination .pagination-prev {
    left: 1.6rem; }
    .pagination .pagination-prev .pagination-arrow {
      margin-right: 1rem; }
  .pagination .pagination-next {
    right: 1.6rem; }
    .pagination .pagination-next .pagination-arrow {
      margin-left: 1rem; }
  .pagination .pagination-arrow {
    width: 16px;
    height: 16px;
    vertical-align: middle; }
  .pagination .pagination-pages {
    display: inline-block;
    width: auto; }

.archive-dropdown {
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid #eceeef; }
  .archive-dropdown .year {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.0625rem;
    padding: 1.25rem 0;
    display: block;
    border-top: 1px solid #eceeef;
    padding-left: 20px;
    cursor: pointer; }

.archive-item {
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 20px; }
  .archive-item li {
    padding-left: 0;
    margin-bottom: 4px; }
  .archive-item .month {
    display: inline-block;
    margin-right: 20px; }
  .archive-item a {
    font-size: 1.0625rem;
    color: #333; }

.rte__content img {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .rte__content img {
      margin-top: 3.6rem;
      margin-bottom: 3.6rem; } }
  @media (min-width: 992px) {
    .rte__content img {
      margin-top: 4rem;
      margin-bottom: 4rem; } }

.rte__content ul,
.rte__content ol {
  padding: 0;
  margin-top: 2.1rem; }
  @media (min-width: 768px) {
    .rte__content ul,
    .rte__content ol {
      margin-top: 2.9rem; } }
  @media (min-width: 992px) {
    .rte__content ul,
    .rte__content ol {
      margin-top: 3.9rem; } }
  .rte__content ul:first-child,
  .rte__content ol:first-child {
    margin-top: 0; }

.rte__content a {
  border-bottom: 1px solid #a83e3e;
  color: #373a3c; }
  .rte__content a:hover {
    color: #a83e3e; }

.rte__content p + .btn {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .rte__content p + .btn {
      margin-top: 3rem; } }

.contact__group p {
  margin-bottom: 0; }

.contact__group .contact__item {
  margin-top: 3.2rem; }

.contact-label {
  text-transform: uppercase; }

.social-block__inner {
  text-align: center; }
  .social-block__inner .social-link {
    margin-left: .8rem;
    margin-right: .8rem; }
    .social-block__inner .social-link svg {
      width: 38px;
      height: 38px; }

.dealership-login .col-image {
  padding-left: 0;
  min-height: 80vh; }
  @media (max-width: 991px) {
    .dealership-login .col-image {
      min-height: 74vh; } }
  @media (max-width: 767px) {
    .dealership-login .col-image {
      min-height: 30vh; } }

.dealership-login .form-horizontal {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.dealership-form .item {
  overflow: hidden;
  position: relative; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .dealership-form .item {
      overflow: visible !important; }
      .dealership-form .item .input__label {
        overflow: hidden !important; } }

.dealership-form .btn {
  float: right; }

.dealership-form .form-group .item {
  width: 100%; }

.dealership-title {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.dealership-content {
  min-height: 75vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .dealership-content .breadcrumb {
    padding: 0.3rem 0;
    margin-bottom: 2.5rem;
    background: transparent; }
    .dealership-content .breadcrumb li a {
      color: #B3B3B3;
      font-size: 0.85rem; }
    .dealership-content .breadcrumb li.active a {
      color: #000; }
    .dealership-content .breadcrumb li + li:before {
      content: ">"; }
  .dealership-content table {
    font-size: 14px; }
    .dealership-content table tbody .btn {
      margin: 0.2rem 0.2rem;
      padding-left: 0.6rem;
      padding-right: 0.6rem; }
    .dealership-content table tbody .btn-link svg {
      width: 18px;
      height: 18px; }

.dealership-details .nav a {
  display: block;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dealership-details h3 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.dealership-details .sidebar .icon {
  margin-bottom: 0.2rem;
  float: right !important; }

.dealership-details .sidebar p {
  clear: both;
  font-size: 0.8rem;
  color: #B3B3B3; }

.dealership-details .sidebar svg {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-left: 10px;
  float: right !important; }

.dealership-details .sidebar select {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.5rem; }

@media (max-width: 767px) {
  .dealership-details .sidebar .btn {
    margin-top: 0; } }

.tabs-nav {
  width: 100%;
  margin: 0 auto; }
  .tabs-nav .tabs {
    margin: 0 0 1px 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    .tabs-nav .tabs li {
      width: 50%;
      background: none;
      color: #ECF0F1;
      display: inline-block;
      padding: 0.5rem 0.1rem;
      cursor: pointer;
      text-align: center;
      font-size: 0.8rem; }
      .tabs-nav .tabs li.current {
        background: #000000;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 600; }
  .tabs-nav .tab-content {
    display: none; }
    .tabs-nav .tab-content.current {
      display: inherit; }
    .tabs-nav .tab-content a, .tabs-nav .tab-content option {
      cursor: default !important; }
      .tabs-nav .tab-content a span, .tabs-nav .tab-content option span {
        display: block; }
        .tabs-nav .tab-content a span + span, .tabs-nav .tab-content option span + span {
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
          .tabs-nav .tab-content a span + span:before, .tabs-nav .tab-content option span + span:before {
            content: ' ';
            width: 12px;
            height: 12px;
            display: block;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            margin: 0 2px 0 2px; }
        .tabs-nav .tab-content a span i, .tabs-nav .tab-content option span i {
          font-size: 0.7rem;
          background: rgba(255, 255, 255, 0.3);
          border-radius: 10px;
          padding: 2px 5px;
          margin-left: 2px; }

.success-message-modal {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }
  .success-message-modal .success-message-container_outer {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 580px;
    width: 100%;
    margin: 20% auto; }
  .success-message-modal .success-message-container {
    padding: 24px;
    background-color: #fff; }

.show-success-modal {
  height: 100vh;
  overflow: hidden; }
  .show-success-modal .success-message-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.form-control--datepicker {
  cursor: pointer; }

.input__label--date-picker:after {
  display: none; }

.dropdown-menu {
  border-radius: 0;
  display: block !important;
  padding: 10px;
  margin-top: 0;
  top: 58px !important; }
  .dropdown-menu .glyphicon-chevron-right {
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .dropdown-menu .glyphicon-chevron-left {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .dropdown-menu th.dow {
    font-size: 14px;
    color: #000; }
  .dropdown-menu .btn:not(.btn-today):not(.btn-primary) {
    background-color: #fff; }
  .dropdown-menu .btn-today {
    background-color: #000; }

.datepicker.dropdown-menu,
.timepicker.dropdown-menu {
  width: 294px;
  height: 296px; }
  .datepicker.dropdown-menu .btn,
  .timepicker.dropdown-menu .btn {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
  .datepicker.dropdown-menu .btn-block,
  .timepicker.dropdown-menu .btn-block {
    display: block !important;
    background-color: #fff;
    text-align: center;
    color: #000; }
  .datepicker.dropdown-menu button[disabled],
  .timepicker.dropdown-menu button[disabled] {
    background-color: #fff;
    opacity: .3; }
  .datepicker.dropdown-menu .text-muted,
  .timepicker.dropdown-menu .text-muted {
    color: inherit; }

.timepicker.dropdown-menu table {
  margin-right: 4px; }
  .timepicker.dropdown-menu table .btn {
    float: none !important; }

.timepicker.dropdown-menu thead .btn,
.timepicker.dropdown-menu tfoot .btn {
  padding: 6px;
  width: 100%;
  margin-left: 3px; }

.timepicker.dropdown-menu tbody span {
  padding: 0 0 0 5px; }

.timepicker.dropdown-menu tbody .btn span {
  padding: 0; }

.datepicker.dropdown-menu button {
  outline: none;
  border: 0px; }

.datepicker.dropdown-menu tbody {
  height: 180px; }

.datepicker.dropdown-menu tbody button {
  padding: 6px; }

.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px; }

.timepicker.dropdown-menu {
  padding: 5px; }

.timepicker.dropdown-menu button {
  outline: none;
  border: 0px; }

.timepicker.dropdown-menu tbody button {
  padding: 6px; }

.hoverDropDown {
  position: relative;
  display: inline-block; }
  .hoverDropDown:hover .hoverDropDown-content {
    display: block; }

.hoverDropDown__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hoverDropDown__btn:before {
    display: none !important; }
  .hoverDropDown__btn svg {
    margin-left: 4px;
    vertical-align: top; }

.hoverDropDown-content {
  display: none;
  position: absolute;
  right: 0;
  min-width: 250px;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 6px 0; }

.hoverDropDown-content__item {
  display: block;
  padding: 6px 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left; }
  .hoverDropDown-content__item:hover {
    text-decoration: none;
    background-color: #f5f5f5; }

.stage-alerts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }

.stage-loading,
.stage-success,
.stage-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  width: 300px;
  line-height: 1.2;
  padding: 18px 12px; }

.stage-loading {
  background-color: #000;
  color: #FFF; }
  .stage-loading .stage-loading__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px; }
  .stage-loading .stage-loading__content {
    padding-left: 10px; }
  .stage-loading .stage-loader {
    position: relative;
    width: 24px;
    height: 24px; }
    .stage-loading .stage-loader:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      border: 2px solid rgba(255, 255, 255, 0.5); }
    .stage-loading .stage-loader:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      border-top: 2px solid white;
      -webkit-animation: stageLoaderAnimation .6s linear;
      animation: stageLoaderAnimation .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

@-webkit-keyframes stageLoaderAnimation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes stageLoaderAnimation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.stage-success {
  background-color: #27AE60;
  color: #FFF; }
  .stage-success .stage-success__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px; }
  .stage-success .stage-success__content {
    padding-left: 10px; }

.stage-error {
  background-color: #EB5757;
  color: #FFF; }
  .stage-error .stage-error__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px; }
  .stage-error .stage-error__content {
    padding-left: 10px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* NAVIGATION */
.header-md__bottom {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-height: 90px; }
  .header-md__bottom .logo {
    color: #000;
    padding: 0 1.5rem;
    display: inline-block; }
    .header-md__bottom .logo .icon-audi {
      width: 80px;
      height: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header-md__bottom .navigation {
    margin: 0;
    margin-right: 0 !important;
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-md__bottom .navigation li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .header-md__bottom .navigation li.form-item {
        padding: 1.75rem 0 1.75rem 2rem;
        width: 260px; }
        .header-md__bottom .navigation li.form-item form {
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
        .header-md__bottom .navigation li.form-item input[type="text"] {
          font-size: 0.9em;
          border: 0;
          padding-right: 0;
          background: #818a91;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
        .header-md__bottom .navigation li.form-item span {
          padding: 0.4rem 0.5rem 0 0.5rem;
          background: #818a91; }
          .header-md__bottom .navigation li.form-item span svg {
            width: 17px;
            height: 17px; }
      .header-md__bottom .navigation li:first-child a {
        padding-left: 0 !important; }
    .header-md__bottom .navigation a {
      display: block;
      padding: 1.75rem 1rem;
      color: #373a3c;
      line-height: 2;
      text-transform: uppercase;
      border-top: 0.3rem solid transparent;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (min-width: 1200px) {
        .header-md__bottom .navigation a {
          padding: 1.45rem 1.8rem; } }
      .header-md__bottom .navigation a.active, .header-md__bottom .navigation a:active, .header-md__bottom .navigation a:focus, .header-md__bottom .navigation a:hover {
        text-decoration: none;
        color: red;
        border-color: transparent; }
  .header-md__bottom .btn-toggle-search {
    margin-left: 2.5rem;
    padding: 2rem;
    line-height: 2;
    border-radius: 0;
    color: #818a91;
    background-color: transparent;
    border-left: 1px solid #eceeef; }
    .header-md__bottom .btn-toggle-search svg {
      vertical-align: middle; }
    .header-md__bottom .btn-toggle-search:hover, .header-md__bottom .btn-toggle-search:focus {
      color: #000; }
  .header-md__bottom .search-bar {
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 11rem; }
    .header-md__bottom .search-bar .search-bar-nipple {
      position: absolute;
      top: -20%;
      right: -20px;
      border-radius: 50%;
      padding: 20px;
      background-color: #818a91;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .header-md__bottom .search-bar .search-bar__form {
      position: relative;
      z-index: 1;
      width: 1120px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      -webkit-transition: opacity 0.2s 0.35s;
      transition: opacity 0.2s 0.35s; }
      .header-md__bottom .search-bar .search-bar__form .btn-search,
      .header-md__bottom .search-bar .search-bar__form .btn-close-search {
        padding: 0 1rem;
        height: 60px;
        line-height: 2;
        border-radius: 0;
        border: none;
        color: #fff;
        background-color: transparent; }
        .header-md__bottom .search-bar .search-bar__form .btn-search svg,
        .header-md__bottom .search-bar .search-bar__form .btn-close-search svg {
          width: 30px;
          height: 30px; }
      .header-md__bottom .search-bar .search-bar__form input {
        height: 60px;
        border: none;
        background-color: transparent;
        color: #fff; }
        .header-md__bottom .search-bar .search-bar__form input::-webkit-input-placeholder {
          color: #fff; }
        .header-md__bottom .search-bar .search-bar__form input::-moz-placeholder {
          color: #fff; }
        .header-md__bottom .search-bar .search-bar__form input:-moz-placeholder {
          color: #fff; }
        .header-md__bottom .search-bar .search-bar__form input:-ms-input-placeholder {
          color: #fff; }
    .header-md__bottom .search-bar.is-show {
      visibility: visible; }
      .header-md__bottom .search-bar.is-show .search-bar-nipple {
        -webkit-transform: scale(140);
        transform: scale(140); }
      .header-md__bottom .search-bar.is-show .search-bar__form {
        opacity: 1; }

.header-sm__header {
  position: relative;
  min-height: 46px;
  background-color: #fff; }
  .header-sm__header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .header-sm__header .logo .btn-logo {
      display: block;
      width: 164px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .header-sm__header .logo .btn-logo .large {
        margin-top: 2px;
        display: inline-block;
        width: 150px; }
        .header-sm__header .logo .btn-logo .large svg {
          width: 100%; }
      .header-sm__header .logo .btn-logo .small {
        margin-top: 3px;
        display: inline-block;
        width: 120px; }
  .header-sm__header .btn-burger-menu,
  .header-sm__header .btn-toggle-search {
    position: relative;
    z-index: 1;
    float: right;
    margin: 0.5rem;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600; }
  .header-sm__header .btn-toggle-search {
    padding: 0.8rem 1.5rem;
    border: 0;
    border-radius: 0;
    color: #000;
    background-color: transparent; }
    .header-sm__header .btn-toggle-search svg {
      width: 30px;
      height: 30px;
      vertical-align: middle; }

.header-sm__navigation {
  visibility: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 1; }
  .header-sm__navigation .header-sm__navigation-ripple {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    padding: 2rem;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .header-sm__navigation .header-sm__navigation_wrap {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0.35s;
    transition: opacity 0.2s 0.35s; }
  .header-sm__navigation .navigation {
    padding: 1rem;
    margin: 0; }
    .header-sm__navigation .navigation.border-secondary {
      border-top: 1px solid #eceeef; }
    .header-sm__navigation .navigation li {
      display: inline-block;
      margin: 0;
      list-style: none; }
      .header-sm__navigation .navigation li.form-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: .5rem; }
        @media (min-width: 768px) {
          .header-sm__navigation .navigation li.form-item {
            padding: 1rem; } }
        .header-sm__navigation .navigation li.form-item form {
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
        .header-sm__navigation .navigation li.form-item input[type="text"] {
          font-size: 1.2em;
          border: 0;
          padding-right: 0;
          background: #818a91;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 94%;
          flex: 0 0 94%; }
        .header-sm__navigation .navigation li.form-item .btn-mobile-search {
          padding: 0 0 0 1rem;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background: #818a91; }
          .header-sm__navigation .navigation li.form-item .btn-mobile-search svg {
            width: 17px;
            height: 17px; }
    .header-sm__navigation .navigation a {
      padding: 0.5rem;
      display: block;
      color: #000;
      font-size: 1.3rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
      .header-sm__navigation .navigation a.active, .header-sm__navigation .navigation a:active {
        color: red;
        background-color: none; }
      .header-sm__navigation .navigation a:hover, .header-sm__navigation .navigation a:focus {
        text-decoration: none; }
      @media (min-width: 768px) {
        .header-sm__navigation .navigation a {
          padding: 1rem; } }

.header-sm__navigation.is-show {
  visibility: visible; }
  .header-sm__navigation.is-show .header-sm__navigation-ripple {
    -webkit-transform: scale(100);
    transform: scale(100); }
  .header-sm__navigation.is-show .header-sm__navigation_wrap {
    opacity: 1; }

.header-sm__searchbar {
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  top: 46;
  right: 0;
  width: 100%; }
  .header-sm__searchbar .header-sm__searchbar-ripple {
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    padding: 20px;
    background-color: #818a91;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .header-sm__searchbar .search-bar__form {
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0.35s;
    transition: opacity 0.2s 0.35s; }
    .header-sm__searchbar .search-bar__form input {
      background-color: transparent;
      border: none;
      color: #fff; }
      .header-sm__searchbar .search-bar__form input::-webkit-input-placeholder {
        color: #fff; }
      .header-sm__searchbar .search-bar__form input::-moz-placeholder {
        color: #fff; }
      .header-sm__searchbar .search-bar__form input:-moz-placeholder {
        color: #fff; }
      .header-sm__searchbar .search-bar__form input:-ms-input-placeholder {
        color: #fff; }
  .header-sm__searchbar.is-show {
    visibility: visible; }
    .header-sm__searchbar.is-show .header-sm__searchbar-ripple {
      -webkit-transform: scale(100);
      transform: scale(100); }
    .header-sm__searchbar.is-show .search-bar__form {
      opacity: 1; }

/* Theme */
body.audi {
  font-family: "AudiTypeScreenNormal";
  font-weight: 400;
  /*****************************
        DEALER ***********************/ }
  body.audi h1,
  body.audi .h1 {
    font-family: "AudiTypeExtendedBold";
    font-weight: normal;
    font-size: 2.375rem;
    letter-spacing: -2px;
    line-height: 1;
    text-rendering: optimizeLegibility; }
  body.audi h2,
  body.audi .h2 {
    color: #000;
    font-family: "AudiTypeExtendedBold";
    font-weight: normal;
    font-size: 2rem; }
  body.audi h3,
  body.audi .h3 {
    font-family: "AudiTypeExtendedNormal";
    font-weight: normal;
    font-size: 1.375rem; }
  body.audi h4,
  body.audi .h4 {
    font-family: "AudiTypeExtendedNormal";
    font-weight: normal;
    font-size: 1.125rem; }
    body.audi h4.article-card__title,
    body.audi .h4.article-card__title {
      font-size: 16px;
      font-family: "AudiTypeExtendedBold";
      font-weight: normal; }
  body.audi h5,
  body.audi .h5 {
    font-family: "AudiTypeExtendedNormal";
    font-weight: normal;
    font-size: 1.118rem; }
  body.audi h6,
  body.audi .h6 {
    font-family: "AudiTypeExtendedNormal";
    font-weight: normal;
    font-size: 1rem; }
  body.audi a {
    color: #000; }
    body.audi a:hover {
      color: #333333; }
  body.audi .slider .item p {
    font-family: "AudiTypeExtendedNormal";
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
    font-size: 1.1rem; }
  body.audi .slider .item h1 {
    margin-bottom: 1rem; }
  body.audi .slider .content .table th {
    border-top: 0;
    border-bottom-width: 1px;
    text-transform: uppercase; }
    body.audi .slider .content .table th:first-child {
      border-bottom-width: 2px; }
  body.audi .slider .content .table tr td:first-child {
    font-weight: bold; }
  body.audi .btn {
    margin: 1rem 0;
    border-radius: 0; }
  body.audi .btn-primary {
    position: relative;
    color: #fff;
    border-color: #000;
    background-color: #000;
    text-transform: inherit;
    padding-right: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Verdana',sans-serif;
    font-size: 12px;
    font-weight: 700; }
    body.audi .btn-primary:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 14px;
      width: 7px;
      height: 7px;
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      border-radius: 2px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    body.audi .btn-primary.btn-lg, body.audi .btn-group-lg > .btn-primary.btn {
      font-size: 16px;
      padding-top: 12px;
      padding-bottom: 13px;
      padding-right: 30px; }
      body.audi .btn-primary.btn-lg:before, body.audi .btn-group-lg > .btn-primary.btn:before {
        right: 16px; }
    body.audi .btn-primary:hover {
      color: #fff;
      border-color: #333333;
      background-color: #333333; }
  body.audi .btn-secondary {
    color: #000;
    border-color: #000;
    text-transform: inherit; }
    body.audi .btn-secondary:hover {
      color: #B3B3B3;
      border-color: #B3B3B3;
      background-color: #fff; }
  body.audi .btn-link {
    color: #000;
    text-transform: inherit;
    font-family: "AudiTypeScreenBold";
    font-weight: Normal;
    font-size: 14px; }
    body.audi .btn-link:hover {
      color: #BB0A30; }
  body.audi .btn-more {
    padding-right: 1.6rem !important; }
  body.audi .page-layout__header {
    border-bottom: 1px solid #eceeef; }
  body.audi .header-sm__header .logo svg {
    color: #000;
    width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.audi .header-md__bottom .icon-audi,
    body.audi .header-sm__navigation_wrap .icon-audi {
      -webkit-transform: translateY(-70%) !important;
      transform: translateY(-70%) !important; } }
  body.audi .header-md__bottom .navigation a,
  body.audi .header-sm__navigation_wrap .navigation a {
    font-family: "AudiTypeExtendedNormal";
    font-weight: normal;
    padding: 1.4rem 1rem;
    text-transform: none; }
    body.audi .header-md__bottom .navigation a.active,
    body.audi .header-sm__navigation_wrap .navigation a.active {
      color: #000; }
      body.audi .header-md__bottom .navigation a.active i,
      body.audi .header-sm__navigation_wrap .navigation a.active i {
        width: 100%;
        border-top: 3px solid #000; }
    body.audi .header-md__bottom .navigation a:hover,
    body.audi .header-sm__navigation_wrap .navigation a:hover {
      color: #333333; }
      body.audi .header-md__bottom .navigation a:hover i,
      body.audi .header-sm__navigation_wrap .navigation a:hover i {
        width: 100%;
        border-top: 3px solid #333333; }
    body.audi .header-md__bottom .navigation a:focus,
    body.audi .header-sm__navigation_wrap .navigation a:focus {
      color: inherit; }
    body.audi .header-md__bottom .navigation a i,
    body.audi .header-sm__navigation_wrap .navigation a i {
      display: block;
      padding: 5px 0 0 0;
      border-top: 3px solid transparent;
      width: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
  body.audi .header-sm__navigation_wrap .navigation a {
    font-size: 1.2rem; }
  body.audi .content-block-rte {
    position: relative; }
    body.audi .content-block-rte h2 {
      color: inherit;
      padding: 0.4rem 0;
      line-height: 2.5rem; }
    body.audi .content-block-rte .btn {
      text-align: center;
      margin: 0 auto;
      display: table; }
  body.audi .content-block-title {
    margin-bottom: 0.5rem;
    position: relative; }
    body.audi .content-block-title.centre h2 {
      text-align: left; }
    body.audi .content-block-title h2 {
      color: inherit;
      padding: 0.6rem 0; }
      body.audi .content-block-title h2#eventinfo {
        border: 0;
        padding: 0;
        color: #fff; }
  body.audi .content-block-event-info {
    background: #BB0A30;
    height: 100%; }
    body.audi .content-block-event-info h1 {
      color: #fff;
      letter-spacing: 2px;
      text-align: center; }
      @media (max-width: 991px) {
        body.audi .content-block-event-info h1 {
          font-size: 2em;
          letter-spacing: 0; } }
    body.audi .content-block-event-info h3 {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 100; }
      @media (max-width: 991px) {
        body.audi .content-block-event-info h3 {
          font-size: 1.3rem; } }
    body.audi .content-block-event-info h5 {
      color: #fff;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #fff; }
    body.audi .content-block-event-info p {
      font-size: 0.9rem; }
  body.audi .content-block-carrousel .slider-nav .slick-track li {
    color: #B3B3B3;
    font-family: "AudiTypeExtendedNormal";
    font-weight: normal; }
  body.audi .content-block-carrousel .slider-nav .slick-track i {
    display: block;
    padding: 5px 0 0 0;
    margin-top: 5px;
    border-top: 2px solid transparent;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  body.audi .content-block-carrousel .slider-nav .slick-current.slick-active {
    color: #fff; }
    body.audi .content-block-carrousel .slider-nav .slick-current.slick-active i {
      width: 90%;
      border-top: 2px solid;
      border-top-color: inherit; }
  body.audi .siteFooter .footer-bg-color {
    padding: 2.5rem;
    background: #333333; }
    @media (max-width: 767px) {
      body.audi .siteFooter .footer-bg-color {
        padding-left: 0;
        padding-right: 0; } }
    body.audi .siteFooter .footer-bg-color a {
      color: #fff; }
    body.audi .siteFooter .footer-bg-color .footerTop {
      margin-bottom: 2rem; }
      body.audi .siteFooter .footer-bg-color .footerTop svg {
        fill: #fff;
        width: 150px; }
    body.audi .siteFooter .footer-bg-color .footerBottom {
      color: #fff;
      font-size: 0.9rem; }
  body.audi .dealership-login h2 {
    line-height: 1.2;
    font-family: "AudiTypeExtendedBold";
    font-weight: normal;
    letter-spacing: 1px; }
  body.audi .dealership-login .recaptcha img {
    width: 100%; }
  body.audi .dealership-form h2 {
    padding: 0;
    margin-bottom: 2.5rem; }
  body.audi .dealership-form .form-control {
    margin-top: 1em;
    padding: 0.9em 0.15em;
    width: 100%;
    border: 0;
    background: transparent;
    color: #333333; }
  body.audi .dealership-form .input__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    height: calc(100% - 0.7em);
    text-align: left;
    margin-bottom: 0;
    pointer-events: none; }
  body.audi .dealership-form .input__label-content {
    font-family: "AudiTypeScreenBold";
    font-weight: Normal;
    position: absolute; }
  body.audi .dealership-form .input__label::before,
  body.audi .dealership-form .input__label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #333333; }
  body.audi .dealership-form .input__label::after {
    margin-top: 2px;
    border-bottom: 4px solid transparent;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  body.audi .dealership-form .input__label-color::after {
    border-color: #000; }
  body.audi .dealership-form .form-control:focus + .input__label::after,
  body.audi .dealership-form .input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  body.audi .dealership-form .form-control:focus + .input__label .input__label-content,
  body.audi .dealership-form .input--filled .input__label-content {
    -webkit-animation: audi-anim 0.3s forwards;
    animation: audi-anim 0.3s forwards; }
  body.audi .dealership-form .recaptcha {
    padding-left: 0;
    padding-right: 0; }

@-webkit-keyframes audi-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

@keyframes audi-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
  body.audi .dealership-title {
    color: #fff;
    background: #000; }
  body.audi .dealership-content table thead th, body.audi .dealership-content table tfoot th {
    color: #000;
    font-family: "AudiTypeScreenBold";
    font-weight: Normal;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  body.audi .dealership-content table .btn-primary.active,
  body.audi .dealership-content table .btn-secondary.active {
    border: 1px solid #BB0A30;
    background: #BB0A30; }
  body.audi .dealership-details .table {
    margin-bottom: 0;
    border-bottom: 1px solid #000; }
  body.audi .dealership-details .nav li {
    margin-bottom: 1px; }
    body.audi .dealership-details .nav li a {
      color: #fff;
      background: #B3B3B3; }
    body.audi .dealership-details .nav li.active a {
      color: #fff;
      background: #BB0A30; }
  body.audi .dealership-details .sidebar p {
    color: #B3B3B3; }
  body.audi .dealership-details .dealership-form .form-group .item select {
    border-radius: 0;
    border-bottom: 1px solid #000; }
  body.audi .dealership-details h3 {
    font-family: "AudiTypeExtendedBold";
    font-weight: normal; }
  body.audi .tabs-nav .tabs li {
    color: #333333; }
    body.audi .tabs-nav .tabs li.current {
      background: #000;
      color: #fff;
      font-family: "AudiTypeScreenBold";
      font-weight: Normal; }
  body.audi .slider .item .overlay {
    height: 40vh;
    min-height: 40vh; }
    @media (min-width: 768px) {
      body.audi .slider .item .overlay {
        height: 470px;
        min-height: 470px; } }
  body.audi .col-sm-6 .content-block-rte .btn {
    margin: inherit; }
  body.audi .dropdown-menu .btn-primary {
    background-color: #BB0A30; }
    body.audi .dropdown-menu .btn-primary:hover {
      background-color: #BB0A30; }
  body.audi .dealer-portal .dealership-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    body.audi .dealer-portal .dealership-title h3 .btn {
      margin-left: 0; }
  body.audi .dealer-portal .dealership-title .btn:first-child {
    margin-left: -16px; }

body.porsche {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  /* NAVIGATION */
  /* SLIDER */
  /* BUTTONS */
  /* HERITAGE FOR BACKGROUNDS */
  /*****************************
    DEALER ***********************/ }
  body.porsche h1,
  body.porsche .h1 {
    font-family: "PorscheFranklinCondensed";
    font-weight: normal;
    font-size: 2.188rem;
    line-height: 1;
    text-rendering: optimizeLegibility; }
  body.porsche h2,
  body.porsche .h2 {
    font-family: "PorscheFranklinCondensed";
    font-weight: normal;
    font-size: 1.75rem; }
  body.porsche h3,
  body.porsche .h3 {
    font-family: "PorscheFranklinCondensed";
    font-weight: normal;
    font-size: 1.375rem; }
  body.porsche h4,
  body.porsche .h4 {
    font-family: "PorscheFranklinCondensed";
    font-weight: normal;
    font-size: 1.25rem; }
  body.porsche h5,
  body.porsche .h5 {
    font-family: "PorscheFranklinCondensed";
    font-weight: normal;
    font-size: 1.118rem; }
  body.porsche h6,
  body.porsche .h6 {
    font-family: "PorscheFranklinCondensed";
    font-weight: normal;
    font-size: 1rem; }
  body.porsche a {
    color: #000; }
    body.porsche a:hover {
      color: #323232; }
  body.porsche .header-sm__header .logo {
    background-position: 10px -5px;
    background-repeat: no-repeat;
    background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QBMRXhpZgAATU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAAZ6ADAAQAAAABAAAARAAAAAD/4QkhaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+AP/tADhQaG90b3Nob3AgMy4wADhCSU0EBAAAAAAAADhCSU0EJQAAAAAAENQdjNmPALIE6YAJmOz4Qn7/4gzYSUNDX1BST0ZJTEUAAQEAAAzIYXBwbAIQAABtbnRyUkdCIFhZWiAH4QAEABsAEAAUADphY3NwQVBQTAAAAABBUFBMAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFkZXNjAAABUAAAAGJkc2NtAAABtAAAAbBjcHJ0AAADZAAAACN3dHB0AAADiAAAABRyWFlaAAAD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");
    height: 100%;
    background-size: 90px;
    margin: 10px 0; }
  body.porsche .header-sm__header svg {
    display: none; }
  body.porsche .header-md__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: initial; }
    body.porsche .header-md__bottom .navigation {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      body.porsche .header-md__bottom .navigation a {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 0 1rem 0 1rem;
        text-transform: none;
        border-top: 0; }
        body.porsche .header-md__bottom .navigation a.active {
          color: #000; }
          body.porsche .header-md__bottom .navigation a.active i {
            width: 100%;
            border-top: 3px solid #CC0000; }
        body.porsche .header-md__bottom .navigation a:hover {
          color: #000; }
          body.porsche .header-md__bottom .navigation a:hover i {
            width: 100%;
            border-top: 3px solid #9A0000; }
        body.porsche .header-md__bottom .navigation a:focus {
          color: inherit; }
        body.porsche .header-md__bottom .navigation a i {
          display: block;
          border-top: 3px solid transparent;
          width: 0;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
    body.porsche .header-md__bottom .logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      height: 90px;
      background-size: 134px;
      background-image: url("data:image/png;base64,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");
      background-position: center center;
      background-repeat: no-repeat; }
      body.porsche .header-md__bottom .logo:after, body.porsche .header-md__bottom .logo:before {
        content: ' ';
        width: 43%;
        position: absolute;
        top: 65px;
        left: 0;
        border-top: 1px solid #CCCCCC; }
      body.porsche .header-md__bottom .logo:before {
        right: 0;
        left: inherit; }
      body.porsche .header-md__bottom .logo .icon-audi {
        display: none; }
  body.porsche .slider .item p {
    line-height: 1.5;
    padding: 0;
    font-family: "PorscheNewsGothic";
    font-weight: Normal;
    font-size: 1.5rem; }
  body.porsche .slider .item h1 {
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAoCAMAAAA8EaFZAAAAJFBMVEUAAADPAADPAADPAADNAADMAADMAADLAADLAADMAADMAADMAAAYSF20AAAAC3RSTlMAECAwYJ+/wM/v8Mx+ozsAAABFSURBVHja7ckxAsAgCARBCCRR7///Nc01AVtt2HJHvvQxSdOGbgsAKUBOL7AgG0WHCCT9yU3xgo0gngKJEIkQiRC7sjkBL50NhyTPfCwAAAAASUVORK5CYII=");
    background-size: 20px;
    text-indent: 30px; }
  body.porsche .slider .overlay .block {
    top: inherit;
    /*-webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);*/ }
  body.porsche .slider .overlay .content {
    padding-left: 0;
    padding-right: 0; }
    body.porsche .slider .overlay .content.white-background {
      padding-left: 2rem;
      padding-right: 2rem; }
    body.porsche .slider .overlay .content.white-text-background h1 {
      padding-left: 40px; }
  body.porsche .btn {
    margin: 1rem 0;
    border-radius: 4; }
  body.porsche .btn-primary {
    color: #fff;
    border-color: #323232;
    background-color: #323232;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAOCAYAAADE84fzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHtJREFUeNpi+P//vwAQ7wdiAwYcAChHFgYRB/5DwHtcFlBiuAEQf8BnAdmGQzXjtYAiwwlZQLHh+CygiuFQgxz+I8B7aGqiistBBp1HMjyBWmGO1WBqpBacBlOazvEaTK0citVgauXQBGqXLYywMGdkZPyAz3ByAECAAQCy5vzuXEg1lQAAAABJRU5ErkJggg==");
    background-position: right center;
    text-transform: inherit;
    background-repeat: no-repeat;
    padding-right: 2rem; }
    body.porsche .btn-primary:hover {
      color: #fff;
      border-color: #9A0000;
      background-color: #9A0000; }
  body.porsche .btn-secondary {
    color: #CC0000;
    border-color: #CC0000;
    text-transform: inherit; }
    body.porsche .btn-secondary:hover {
      color: #fff;
      border-color: #9A0000;
      background-color: #9A0000; }
  body.porsche .btn-link {
    color: #CC0000;
    text-transform: inherit;
    font-family: "PorscheNewsGothicBold";
    font-weight: Normal; }
    body.porsche .btn-link:hover {
      color: #9A0000; }
  body.porsche .content-block-title {
    position: relative; }
    body.porsche .content-block-title h2 {
      color: inherit;
      text-align: center;
      background: inherit; }
      body.porsche .content-block-title h2:before {
        border-top: 1px solid #999999;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 0; }
      body.porsche .content-block-title h2 span {
        z-index: 1;
        position: relative;
        background: inherit;
        padding: 0 1rem; }
  body.porsche .content-block-event-info {
    background: #2A4B6D !important; }
    body.porsche .content-block-event-info h1 {
      color: #fff;
      text-align: center;
      font-size: 2.6rem; }
      @media (max-width: 991px) {
        body.porsche .content-block-event-info h1 {
          font-size: 2.2em; } }
    body.porsche .content-block-event-info h3 {
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      font-family: "PorscheNewsGothic";
      font-weight: Normal; }
      @media (max-width: 991px) {
        body.porsche .content-block-event-info h3 {
          font-size: 1.2rem; } }
    body.porsche .content-block-event-info h5 {
      color: #fff;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #fff; }
  body.porsche .content-block-carrousel .slider-nav .slick-track li {
    color: #999999;
    font-family: "PorscheNewsGothicBold";
    font-weight: Normal; }
  body.porsche .content-block-carrousel .slider-nav .slick-track i {
    display: none; }
  body.porsche .content-block-carrousel .slider-nav .slick-current.slick-active {
    color: #CC0000; }
    body.porsche .content-block-carrousel .slider-nav .slick-current.slick-active i {
      display: none; }
  body.porsche .container-block-form h2,
  body.porsche .dealership-form h2 {
    padding: 0;
    margin-bottom: 2.5rem; }
  body.porsche .container-block-form .form-control,
  body.porsche .dealership-form .form-control {
    margin-top: 1em;
    padding: 0.5em 0.15em;
    width: 100%;
    border: 1px solid #CCCCCC;
    background: transparent;
    color: #323232;
    text-indent: 0.8rem; }
  body.porsche .container-block-form .input__label,
  body.porsche .dealership-form .input__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    height: 95%;
    text-align: left;
    margin-bottom: 0;
    pointer-events: none;
    padding-left: 1rem; }
  body.porsche .container-block-form .input__label-content,
  body.porsche .dealership-form .input__label-content {
    font-family: "PorscheNewsGothicBold";
    font-weight: Normal;
    position: absolute;
    background: #fff; }
  body.porsche .container-block-form .input__label::before,
  body.porsche .container-block-form .input__label::after,
  body.porsche .dealership-form .input__label::before,
  body.porsche .dealership-form .input__label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    display: none; }
  body.porsche .container-block-form .input__label::after,
  body.porsche .dealership-form .input__label::after {
    margin-top: 2px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  body.porsche .container-block-form .input__label-color::after,
  body.porsche .dealership-form .input__label-color::after {
    border-color: #000; }
  body.porsche .container-block-form .form-control:focus + .input__label::after,
  body.porsche .container-block-form .input--filled .input__label::after,
  body.porsche .dealership-form .form-control:focus + .input__label::after,
  body.porsche .dealership-form .input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  body.porsche .container-block-form .form-control:focus + .input__label .input__label-content,
  body.porsche .container-block-form .input--filled .input__label-content,
  body.porsche .dealership-form .form-control:focus + .input__label .input__label-content,
  body.porsche .dealership-form .input--filled .input__label-content {
    -webkit-animation: porsche-anim 0.3s forwards;
    animation: porsche-anim 0.3s forwards; }
  body.porsche .container-block-form .recaptcha,
  body.porsche .dealership-form .recaptcha {
    padding-left: 0;
    padding-right: 0; }

@-webkit-keyframes porsche-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes porsche-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  body.porsche .container-block-form .input__label-select .input__label-content,
  body.porsche .dealership-form .input__label-select .input__label-content {
    margin-bottom: -9px;
    margin-left: 1rem; }
  body.porsche .container-block-form .item select,
  body.porsche .dealership-form .item select {
    padding: 0.8em 0.15em;
    width: 100%;
    border: 1px solid #CCCCCC;
    background: transparent;
    color: #323232;
    text-indent: 0.8rem;
    border-radius: 0.25rem; }
  body.porsche .dealership-form .item {
    padding-left: 0;
    padding-right: 0; }
  body.porsche .container {
    background: inherit; }
    body.porsche .container div {
      background: inherit; }
  body.porsche .siteFooter .footer-bg-color {
    padding: 2.5rem;
    background: #000; }
    body.porsche .siteFooter .footer-bg-color a {
      color: #fff; }
    body.porsche .siteFooter .footer-bg-color .footerTop {
      display: none;
      margin-bottom: 2rem; }
      body.porsche .siteFooter .footer-bg-color .footerTop svg {
        fill: #fff;
        width: 150px; }
    body.porsche .siteFooter .footer-bg-color .footerBottom {
      color: #fff;
      font-size: 0.9rem; }
  body.porsche .dealership-login h2 {
    line-height: 1.2;
    font-family: "PorscheNewsGothicBold";
    font-weight: Normal;
    letter-spacing: 1px; }
  body.porsche .dealership-login .recaptcha img {
    width: 100%; }
  body.porsche .dealership-title {
    color: #000;
    background: #f2f2f2; }
  body.porsche .dealership-content table thead th {
    color: #000;
    font-family: "PorscheNewsGothicBold";
    font-weight: Normal;
    border-top: 0;
    border-bottom: 3px solid #000; }
  body.porsche .dealership-content table .btn-primary.active,
  body.porsche .dealership-content table .btn-secondary.active {
    border: 1px solid #CC0000;
    background: #CC0000; }
  body.porsche .dealership-details .table {
    margin-bottom: 0;
    border-bottom: 1px solid #000; }
  body.porsche .dealership-details .nav li {
    margin-bottom: 1px; }
    body.porsche .dealership-details .nav li a {
      color: #fff;
      background: #f2f2f2; }
    body.porsche .dealership-details .nav li.active a {
      color: #fff;
      background: #CC0000; }
  body.porsche .dealership-details .sidebar p {
    color: #f2f2f2; }
  body.porsche .dealership-details .dealership-form .form-group .item select {
    border-bottom: 1px solid #000; }
  body.porsche .dealership-details h3 {
    font-family: "PorscheFranklinCondensed";
    font-weight: normal;
    margin-bottom: 0; }
  body.porsche .dropdown-menu .btn-primary {
    background-color: #CC0000; }
    body.porsche .dropdown-menu .btn-primary:hover {
      background-color: #CC0000; }
  body.porsche .dealer-portal .dealership-title {
    background: #323232; }
    body.porsche .dealer-portal .dealership-title h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff; }
      body.porsche .dealer-portal .dealership-title h3 .btn {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        margin-left: 0; }
    body.porsche .dealer-portal .dealership-title .btn:first-child {
      margin-left: -16px; }
    body.porsche .dealer-portal .dealership-title h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff; }
      body.porsche .dealer-portal .dealership-title h3 .btn {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        margin-left: 0; }
  body.porsche .dealer-portal .hoverDropDown__btn {
    background-image: none; }
    body.porsche .dealer-portal .hoverDropDown__btn svg {
      width: 20px;
      height: 20px;
      margin-left: 6px; }
  body.porsche .dealer-portal .hoverDropDown-content {
    background-color: #fff !important; }
  body.porsche .dealer-portal .tabs-nav .tabs li {
    color: #323232; }
    body.porsche .dealer-portal .tabs-nav .tabs li:focus, body.porsche .dealer-portal .tabs-nav .tabs li:hover {
      background: #f2f2f2; }
  body.porsche .dealer-portal .tabs-nav .tabs li.current {
    background: #323232;
    color: #fff;
    pointer-events: none; }
  body.porsche .dealer-portal .dealership-details .nav li a {
    color: #000; }
  body.porsche .dealer-portal .tabs-nav .tab-content a span + span:before, body.porsche .dealer-portal .tabs-nav .tab-content option span + span:before {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000; }

body.skoda {
  font-family: "SkodaPro-Regular";
  font-weight: 400;
  /* NAVIGATION */
  /* SLIDER */
  /* BUTTONS */
  /* HERITAGE FOR BACKGROUNDS */
  /*****************************
    DEALER ***********************/ }
  body.skoda h1,
  body.skoda .h1 {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    font-size: 2.6rem;
    line-height: 1;
    text-rendering: optimizeLegibility; }
  body.skoda h2,
  body.skoda .h2 {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    font-size: 2rem; }
  body.skoda h3,
  body.skoda .h3 {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    font-size: 1.625rem; }
  body.skoda h4,
  body.skoda .h4 {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    font-size: 1.375rem; }
  body.skoda h5,
  body.skoda .h5 {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    font-size: 1.125rem; }
  body.skoda h6,
  body.skoda .h6 {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    font-size: 1rem; }
  body.skoda a {
    color: #000; }
    body.skoda a:hover {
      color: #555555; }
  body.skoda .header-sm__header .logo {
    background-position: 10px 6px;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,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");
    height: 100%;
    background-size: 120px;
    margin: 10px 0; }
  body.skoda .header-sm__header svg {
    display: none; }
  body.skoda .header-md__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    max-height: initial;
    margin-bottom: 30px; }
    body.skoda .header-md__bottom .navigation {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 90%;
      padding: 0 1rem;
      position: absolute;
      bottom: -50px;
      z-index: 99;
      background: #4BA82E; }
      body.skoda .header-md__bottom .navigation a {
        font-family: "SkodaPro-Regular";
        font-weight: 400;
        padding: 0.5rem 0.7rem !important;
        text-transform: none;
        border-top: 0;
        color: #fff; }
        body.skoda .header-md__bottom .navigation a.active {
          color: #4BA82E;
          background: #fff; }
          body.skoda .header-md__bottom .navigation a.active i {
            display: none; }
          body.skoda .header-md__bottom .navigation a.active:hover {
            color: #4BA82E; }
        body.skoda .header-md__bottom .navigation a:hover {
          color: #fff; }
          body.skoda .header-md__bottom .navigation a:hover i {
            width: 100%;
            border-top: 3px solid #377220; }
        body.skoda .header-md__bottom .navigation a:focus {
          color: inherit; }
        body.skoda .header-md__bottom .navigation a i {
          display: none; }
    body.skoda .header-md__bottom .logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 90%;
      height: 70px;
      background-size: inherit;
      background-image: url("data:image/png;base64,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");
      background-position: 0 15px;
      background-repeat: no-repeat; }
      body.skoda .header-md__bottom .logo .icon-audi {
        display: none; }
  body.skoda .slider .item p {
    line-height: 1.5;
    padding: 0;
    font-family: "SkodaPro-Medium";
    font-weight: Normal;
    font-size: 1.5rem; }
  body.skoda .slider .item h1 {
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAoCAMAAAA8EaFZAAAAJFBMVEUAAADPAADPAADPAADNAADMAADMAADLAADLAADMAADMAADMAAAYSF20AAAAC3RSTlMAECAwYJ+/wM/v8Mx+ozsAAABFSURBVHja7ckxAsAgCARBCCRR7///Nc01AVtt2HJHvvQxSdOGbgsAKUBOL7AgG0WHCCT9yU3xgo0gngKJEIkQiRC7sjkBL50NhyTPfCwAAAAASUVORK5CYII=");
    background-size: 20px;
    text-indent: 30px; }
  body.skoda .slider .overlay .block {
    top: inherit;
    /*-webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);*/ }
  body.skoda .slider .overlay .content {
    padding-left: 0;
    padding-right: 0; }
    body.skoda .slider .overlay .content.white-background {
      padding-left: 2rem;
      padding-right: 2rem; }
    body.skoda .slider .overlay .content.white-text-background h1 {
      padding-left: 40px; }
  body.skoda .btn {
    margin: 1rem 0;
    border-radius: 4; }
  body.skoda .btn-primary {
    color: #fff;
    border-color: #4BA82E;
    background-color: #4BA82E;
    background-position: right center;
    text-transform: inherit;
    background-repeat: no-repeat;
    border-radius: 2px;
    font-family: "SkodaPro-Medium";
    font-weight: Normal;
    text-transform: uppercase; }
    body.skoda .btn-primary:hover {
      color: #fff;
      border-color: #377220;
      background-color: #377220; }
  body.skoda .btn-secondary {
    color: #4BA82E;
    border-color: #4BA82E;
    text-transform: inherit; }
    body.skoda .btn-secondary:hover {
      color: #fff;
      border-color: #377220;
      background-color: #377220; }
  body.skoda .btn-link {
    color: #4BA82E;
    text-transform: inherit;
    font-family: "SkodaPro-Bold";
    font-weight: Normal; }
    body.skoda .btn-link:hover {
      color: #377220; }
  body.skoda .content-block-title {
    position: relative; }
    body.skoda .content-block-title h2 {
      color: inherit;
      text-align: center;
      background: inherit;
      text-transform: uppercase;
      border-bottom: 1px solid #000; }
      body.skoda .content-block-title h2 span {
        padding-bottom: 1.5rem;
        display: block; }
  body.skoda .content-block-event-info {
    background: #4BA82E !important; }
    body.skoda .content-block-event-info h1 {
      color: #fff;
      text-align: center;
      font-size: 2.6rem; }
      @media (max-width: 991px) {
        body.skoda .content-block-event-info h1 {
          font-size: 2.2em; } }
    body.skoda .content-block-event-info h3 {
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      font-family: "SkodaPro-Medium";
      font-weight: Normal; }
      @media (max-width: 991px) {
        body.skoda .content-block-event-info h3 {
          font-size: 1.2rem; } }
    body.skoda .content-block-event-info h5 {
      color: #fff;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #fff; }
  body.skoda .content-block-carrousel .slider-nav .slick-track li {
    color: #E5E8E7;
    font-family: "SkodaPro-Bold";
    font-weight: Normal; }
  body.skoda .content-block-carrousel .slider-nav .slick-track i {
    display: none; }
  body.skoda .content-block-carrousel .slider-nav .slick-current.slick-active {
    color: #fff; }
    body.skoda .content-block-carrousel .slider-nav .slick-current.slick-active i {
      display: none; }
  body.skoda .content-block-rte .btn-primary {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  body.skoda .container-block-cards-two .article-card__content, body.skoda .container-block-cards-three .article-card__content {
    padding: 0.7rem 1.5rem;
    min-height: 170px;
    background: #E5E8E7; }
    @media (max-width: 991px) {
      body.skoda .container-block-cards-two .article-card__content, body.skoda .container-block-cards-three .article-card__content {
        min-height: auto; } }
  body.skoda .container-block-cards-three .article-card__content {
    min-height: 100px !important; }
  body.skoda .container-block-form h2,
  body.skoda .dealership-form h2 {
    padding: 0;
    margin-bottom: 2.5rem; }
  body.skoda .container-block-form .form-control,
  body.skoda .dealership-form .form-control {
    margin-top: 1em;
    padding: 0.9em 0.15em;
    width: 100%;
    border: 0;
    background: transparent;
    color: #373a3c; }
  body.skoda .container-block-form .input__label,
  body.skoda .dealership-form .input__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    height: calc(100% - 0.7em);
    text-align: left;
    margin-bottom: 0;
    pointer-events: none; }
  body.skoda .container-block-form .input__label-content,
  body.skoda .dealership-form .input__label-content {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    position: absolute; }
  body.skoda .container-block-form .input__label::before,
  body.skoda .container-block-form .input__label::after,
  body.skoda .dealership-form .input__label::before,
  body.skoda .dealership-form .input__label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #E5E8E7; }
  body.skoda .container-block-form .input__label::after,
  body.skoda .dealership-form .input__label::after {
    margin-top: 2px;
    border-bottom: 2px solid transparent;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  body.skoda .container-block-form .input__label-color::after,
  body.skoda .dealership-form .input__label-color::after {
    border-color: #555555; }
  body.skoda .container-block-form .form-control:focus + .input__label::after,
  body.skoda .container-block-form .input--filled .input__label::after,
  body.skoda .dealership-form .form-control:focus + .input__label::after,
  body.skoda .dealership-form .input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  body.skoda .container-block-form .form-control:focus + .input__label .input__label-content,
  body.skoda .container-block-form .input--filled .input__label-content,
  body.skoda .dealership-form .form-control:focus + .input__label .input__label-content,
  body.skoda .dealership-form .input--filled .input__label-content {
    -webkit-animation: skoda-anim 0.3s forwards;
    animation: skoda-anim 0.3s forwards; }
  body.skoda .container-block-form .recaptcha,
  body.skoda .dealership-form .recaptcha {
    padding-left: 0;
    padding-right: 0; }

@-webkit-keyframes skoda-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

@keyframes skoda-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
  body.skoda .container-block-form select,
  body.skoda .dealership-form select {
    border-bottom-color: #E5E8E7 !important; }
  body.skoda .dealership-form .item {
    padding-left: 0;
    padding-right: 0; }
  body.skoda .container {
    background: inherit; }
    body.skoda .container div {
      background: inherit; }
  body.skoda .siteFooter .footer-bg-color {
    padding: 2.5rem;
    background: #000; }
    body.skoda .siteFooter .footer-bg-color a {
      color: #fff; }
    body.skoda .siteFooter .footer-bg-color .footerTop {
      display: none;
      margin-bottom: 2rem; }
      body.skoda .siteFooter .footer-bg-color .footerTop svg {
        fill: #fff;
        width: 150px; }
    body.skoda .siteFooter .footer-bg-color .footerBottom {
      color: #fff;
      font-size: 0.9rem; }
  body.skoda .dealership-login h2 {
    line-height: 1.2;
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    letter-spacing: 1px; }
  body.skoda .dealership-login .recaptcha img {
    width: 100%; }
  body.skoda .dealership-title {
    color: #000;
    background: #E5E8E7;
    padding-top: 3rem; }
    @media (max-width: 991px) {
      body.skoda .dealership-title {
        padding-top: 3rem; } }
  body.skoda .dealership-content table thead th {
    color: #000;
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    border-top: 0;
    border-bottom: 3px solid #000; }
  body.skoda .dealership-content table .btn-primary.active,
  body.skoda .dealership-content table .btn-secondary.active {
    border: 1px solid #4BA82E;
    background: #4BA82E; }
  body.skoda .dealership-details .table {
    margin-bottom: 0;
    border-bottom: 1px solid #000; }
  body.skoda .dealership-details .nav li {
    margin-bottom: 1px; }
    body.skoda .dealership-details .nav li a {
      color: #fff;
      background: #555555; }
    body.skoda .dealership-details .nav li.active a {
      color: #fff;
      background: #4BA82E; }
  body.skoda .dealership-details .sidebar p {
    color: #E5E8E7; }
  body.skoda .dealership-details .dealership-form .form-group .item select {
    border-bottom: 1px solid #E5E8E7; }
  body.skoda .dealership-details h3 {
    font-family: "SkodaPro-Bold";
    font-weight: Normal;
    margin-bottom: 0; }
  body.skoda .dealership-details .tabs-nav .tabs li {
    color: #555555; }
    body.skoda .dealership-details .tabs-nav .tabs li.current {
      background: #4BA82E;
      color: #fff; }
  body.skoda .dropdown-menu .btn-primary {
    background-color: #4BA82E; }
    body.skoda .dropdown-menu .btn-primary:hover {
      background-color: #4BA82E; }
  body.skoda .dealer-portal .btn {
    font-size: 14px; }
  body.skoda .dealer-portal .dealership-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    body.skoda .dealer-portal .dealership-title h3 .btn {
      font-size: 14px; }
  body.skoda .dealer-portal .hoverDropDown-content {
    background-color: #fff !important; }
  body.skoda .dealer-portal .tabs-nav .tabs li:focus, body.skoda .dealer-portal .tabs-nav .tabs li:hover {
    background: #555555;
    color: #fff; }
  body.skoda .dealer-portal .tabs-nav .tabs li.current {
    background: #555555;
    color: #fff;
    pointer-events: none; }
  body.skoda .dealer-portal .hoverDropDown__btn span {
    margin-top: 2px; }
  body.skoda .dealer-portal .hoverDropDown__btn svg {
    width: 20px;
    height: 20px;
    margin-left: 6px; }

body.emd {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /* NAVIGATION */
  /* SLIDER */
  /* BUTTONS */
  /* HERITAGE FOR BACKGROUNDS */
  /*****************************
    DEALER ***********************/ }
  body.emd h1,
  body.emd .h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.2;
    text-rendering: optimizeLegibility; }
  body.emd h2,
  body.emd .h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 2.8rem; }
  body.emd h3,
  body.emd .h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.4rem; }
  body.emd h4,
  body.emd .h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 2rem; }
  body.emd h5,
  body.emd .h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.6rem; }
  body.emd h6,
  body.emd .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.4rem; }
  body.emd a {
    color: #000000; }
    body.emd a:hover {
      color: #95A5A6; }
  body.emd .header-sm__header .logo {
    background-position: center 26px;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAeCAYAAAB32qNaAAAAAXNSR0IArs4c6QAAA7NJREFUWAntWE1sTVEQfuonLdKNEBISxG+EiEQEIY9Nq8qCFIlIJBaIBQuxsJDYiA2JRUlEV4L6W2HFohqhJQ0JEfFXid9S4t9Ciu+7nblvet67vffpve9t7iTfOzNz5szcO/fMnNNmMin5GRjkc5nMQvArjVws24QFnWbRNvDjjXwV/HUjh7HzYLDGGH0Af8TIZFcBCxydK36EogO4C3xzJ4PknZj4OwBkHcftji8moxg6CWP7PA8LLG50bKy9y/+B7SNgSwE/nqoiaCIB/TL4HBPRbyXsVke0VTO+bI8D6pRYBdOBE8BRYCjQh4b0kXLCXrCncmIkrivAil+IDzIYWAscA8KoFgbVYqTrw9ZshEGzY8SYTMAcYCnA0uWzbAdmAzXATyCPbJlszZstXqFl0o2lTwC+VAsQhU7DiPavgZfCh5XJBtiFEXviZ4C+id2AT6UoE8Y4KxGXYBznRy/MVEHNxki60DvE9nsFnmz57YE8Qr2XIhmsTd2+jNegwQPGOuhHytw5jHE/Yyt8ton/0Rh3CB97IPVrRybjAaDbfL2dLMCvEx3L4ybAuo+bDhuH7BsexZ119WtHbdJaKrzPTLAGhh8Ovl7k8xhZ17pe1LEMN4yXycoHBZoPg69qFGFsgc3bADtNOJOxH2A359c/BLjERDAhJJYISdf3SvH8dsHNb4C7lh+GI2Wf7Gmi3TbqWOt7yTHtYLnenvX3RHc7Z9aHY8Pkmk6j/SQ6LTMzlWmUOa6JcprYtS/M2imcSCLr9BtEWirceZMcIzbNOtGxRJKmbjdAUJnsg+EZ17gf+U0/c3aKyTggCjbSg2aSx2mVyJo0Mx07y5NEySvxoGS8h9VTtYxxfA5fdwDuDDcZeoo8w1wHkCTxvcdKAPbGH+RLXSaMqV99LvhpVICqAe072ji9iYR+VsDvMPF9X2OUIxl8WTY8kt45eCus9DS5U0TERIbNxiubtkflSAYvU7ckviZDS+Qx9DxxkqRRcF4vAfhRLmqwciSDsZvlAWZhXATUiKwlJGLsA9/3OKAlwlOLH8ejciWDW1PvH03g9eGS7Bf8rxv963/PvoDfBfgUdJpw2870raIxl2F2LZqpd1tthW0WmCFreKni3zD/S3zJqc5i/l3DJEwEFgPal36B3wR4RypGj4KSsRyzRDH0DsZRk0G/LIksGaGB7ooG+CHC6BUMaNfmGla4ihLKbFw9Jl5S/eI7YnDXXQJ4ZefNNy8R0KWUZiDNQJqBNANpBtIMxJuBf4+hyt+H9532AAAAAElFTkSuQmCC");
    background-size: 50px; }
    body.emd .header-sm__header .logo svg {
      display: none; }
  body.emd .header-md__bottom .logo,
  body.emd .header-sm__navigation_wrap .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAeCAYAAAB32qNaAAAAAXNSR0IArs4c6QAAA7NJREFUWAntWE1sTVEQfuonLdKNEBISxG+EiEQEIY9Nq8qCFIlIJBaIBQuxsJDYiA2JRUlEV4L6W2HFohqhJQ0JEfFXid9S4t9Ciu+7nblvet67vffpve9t7iTfOzNz5szcO/fMnNNmMin5GRjkc5nMQvArjVws24QFnWbRNvDjjXwV/HUjh7HzYLDGGH0Af8TIZFcBCxydK36EogO4C3xzJ4PknZj4OwBkHcftji8moxg6CWP7PA8LLG50bKy9y/+B7SNgSwE/nqoiaCIB/TL4HBPRbyXsVke0VTO+bI8D6pRYBdOBE8BRYCjQh4b0kXLCXrCncmIkrivAil+IDzIYWAscA8KoFgbVYqTrw9ZshEGzY8SYTMAcYCnA0uWzbAdmAzXATyCPbJlszZstXqFl0o2lTwC+VAsQhU7DiPavgZfCh5XJBtiFEXviZ4C+id2AT6UoE8Y4KxGXYBznRy/MVEHNxki60DvE9nsFnmz57YE8Qr2XIhmsTd2+jNegwQPGOuhHytw5jHE/Yyt8ton/0Rh3CB97IPVrRybjAaDbfL2dLMCvEx3L4ybAuo+bDhuH7BsexZ119WtHbdJaKrzPTLAGhh8Ovl7k8xhZ17pe1LEMN4yXycoHBZoPg69qFGFsgc3bADtNOJOxH2A359c/BLjERDAhJJYISdf3SvH8dsHNb4C7lh+GI2Wf7Gmi3TbqWOt7yTHtYLnenvX3RHc7Z9aHY8Pkmk6j/SQ6LTMzlWmUOa6JcprYtS/M2imcSCLr9BtEWirceZMcIzbNOtGxRJKmbjdAUJnsg+EZ17gf+U0/c3aKyTggCjbSg2aSx2mVyJo0Mx07y5NEySvxoGS8h9VTtYxxfA5fdwDuDDcZeoo8w1wHkCTxvcdKAPbGH+RLXSaMqV99LvhpVICqAe072ji9iYR+VsDvMPF9X2OUIxl8WTY8kt45eCus9DS5U0TERIbNxiubtkflSAYvU7ckviZDS+Qx9DxxkqRRcF4vAfhRLmqwciSDsZvlAWZhXATUiKwlJGLsA9/3OKAlwlOLH8ejciWDW1PvH03g9eGS7Bf8rxv963/PvoDfBfgUdJpw2870raIxl2F2LZqpd1tthW0WmCFreKni3zD/S3zJqc5i/l3DJEwEFgPal36B3wR4RypGj4KSsRyzRDH0DsZRk0G/LIksGaGB7ooG+CHC6BUMaNfmGla4ihLKbFw9Jl5S/eI7YnDXXQJ4ZefNNy8R0KWUZiDNQJqBNANpBtIMxJuBf4+hyt+H9532AAAAAElFTkSuQmCC");
    background-size: initial;
    width: 120px; }
    body.emd .header-md__bottom .logo svg,
    body.emd .header-sm__navigation_wrap .logo svg {
      display: none; }
  body.emd .header-md__bottom .navigation,
  body.emd .header-sm__navigation_wrap .navigation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
    body.emd .header-md__bottom .navigation a,
    body.emd .header-sm__navigation_wrap .navigation a {
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      padding: 1.4rem 1rem;
      text-transform: none; }
      body.emd .header-md__bottom .navigation a.active,
      body.emd .header-sm__navigation_wrap .navigation a.active {
        color: #000000; }
        body.emd .header-md__bottom .navigation a.active i,
        body.emd .header-sm__navigation_wrap .navigation a.active i {
          width: 100%;
          border-top: 3px solid #000000; }
      body.emd .header-md__bottom .navigation a:hover,
      body.emd .header-sm__navigation_wrap .navigation a:hover {
        color: #95A5A6; }
        body.emd .header-md__bottom .navigation a:hover i,
        body.emd .header-sm__navigation_wrap .navigation a:hover i {
          display: none; }
      body.emd .header-md__bottom .navigation a:focus,
      body.emd .header-sm__navigation_wrap .navigation a:focus {
        color: inherit; }
      body.emd .header-md__bottom .navigation a i,
      body.emd .header-sm__navigation_wrap .navigation a i {
        display: none; }
  body.emd .header-md__bottom {
    height: 82px; }
  body.emd .slider .item p {
    line-height: 1.5;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.75rem; }
  body.emd .slider .item h1 {
    margin-bottom: 1rem; }
  body.emd .slider .overlay .block {
    top: inherit;
    /*-webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);*/ }
  body.emd .slider .overlay .content {
    padding-left: 0;
    padding-right: 0; }
    body.emd .slider .overlay .content.white-background {
      padding-left: 2rem;
      padding-right: 2rem; }
    body.emd .slider .overlay .content.white-text-background h1 {
      padding-left: 40px; }
  body.emd .btn {
    margin: 1rem 0;
    border-radius: 4; }
  body.emd .btn-primary {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
    text-transform: inherit; }
    body.emd .btn-primary:hover {
      color: #000000;
      border-color: #95A5A6;
      background-color: #95A5A6; }
  body.emd .btn-secondary {
    color: #000000;
    border-color: #000000;
    text-transform: inherit; }
    body.emd .btn-secondary:hover {
      color: #fff;
      border-color: #95A5A6;
      background-color: #95A5A6; }
  body.emd .btn-link {
    color: #000000;
    text-transform: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: 600; }
    body.emd .btn-link:hover {
      color: #95A5A6; }
  body.emd .content-block-title {
    position: relative; }
    body.emd .content-block-title h2 {
      color: inherit;
      text-align: center;
      background: inherit; }
      body.emd .content-block-title h2 span {
        z-index: 1;
        position: relative;
        background: inherit;
        padding: 0 1rem; }
  body.emd .content-block-event-info {
    background: #000000 !important; }
    body.emd .content-block-event-info h1 {
      color: #fff;
      text-align: center;
      font-size: 2.6rem; }
      @media (max-width: 991px) {
        body.emd .content-block-event-info h1 {
          font-size: 2.2em; } }
    body.emd .content-block-event-info h3 {
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-weight: 600; }
      @media (max-width: 991px) {
        body.emd .content-block-event-info h3 {
          font-size: 1.2rem; } }
    body.emd .content-block-event-info h5 {
      color: #fff;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #fff; }
  body.emd .content-block-carrousel .slider-nav .slick-track {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    body.emd .content-block-carrousel .slider-nav .slick-track li {
      color: #95A5A6;
      width: 100% !important;
      font-family: 'Roboto', sans-serif;
      font-weight: 600; }
    body.emd .content-block-carrousel .slider-nav .slick-track i {
      display: none; }
  body.emd .content-block-carrousel .slider-nav .slick-current.slick-active {
    color: #fff; }
    body.emd .content-block-carrousel .slider-nav .slick-current.slick-active i {
      display: none; }
  body.emd .container-block-form h2,
  body.emd .dealership-form h2 {
    padding: 0;
    margin-bottom: 2.5rem; }
  body.emd .container-block-form .form-control,
  body.emd .dealership-form .form-control {
    margin-top: 1em;
    padding: 0.5em 0.15em;
    width: 100%;
    border: 1px solid #ECF0F1;
    background: transparent;
    color: #95A5A6;
    text-indent: 0.8rem; }
  body.emd .container-block-form .input__label,
  body.emd .dealership-form .input__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000000;
    height: 95%;
    text-align: left;
    margin-bottom: 0;
    pointer-events: none;
    padding-left: 1rem; }
  body.emd .container-block-form .input__label-content,
  body.emd .dealership-form .input__label-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: absolute;
    background: #fff; }
  body.emd .container-block-form .input__label::before,
  body.emd .container-block-form .input__label::after,
  body.emd .dealership-form .input__label::before,
  body.emd .dealership-form .input__label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    display: none; }
  body.emd .container-block-form .input__label::after,
  body.emd .dealership-form .input__label::after {
    margin-top: 2px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  body.emd .container-block-form .input__label-color::after,
  body.emd .dealership-form .input__label-color::after {
    border-color: #000000; }
  body.emd .container-block-form .form-control:focus + .input__label::after,
  body.emd .container-block-form .input--filled .input__label::after,
  body.emd .dealership-form .form-control:focus + .input__label::after,
  body.emd .dealership-form .input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  body.emd .container-block-form .form-control:focus + .input__label .input__label-content,
  body.emd .container-block-form .input--filled .input__label-content,
  body.emd .dealership-form .form-control:focus + .input__label .input__label-content,
  body.emd .dealership-form .input--filled .input__label-content {
    -webkit-animation: emd-anim 0.3s forwards;
    animation: emd-anim 0.3s forwards; }
  body.emd .container-block-form .recaptcha,
  body.emd .dealership-form .recaptcha {
    padding-left: 0;
    padding-right: 0; }

@-webkit-keyframes emd-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes emd-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  body.emd .container-block-form .input__label-select .input__label-content,
  body.emd .dealership-form .input__label-select .input__label-content {
    margin-bottom: -9px;
    margin-left: 1rem; }
  body.emd .container-block-form .item select,
  body.emd .dealership-form .item select {
    padding: 0.8em 0.15em;
    width: 100%;
    border: 1px solid #ECF0F1;
    background: transparent;
    color: #95A5A6;
    text-indent: 0.8rem;
    border-radius: 0.25rem; }
  body.emd .dealership-form .item {
    padding-left: 0;
    padding-right: 0; }
  body.emd .siteFooter .footer-bg-color {
    padding: 2.5rem;
    background: #95A5A6; }
    body.emd .siteFooter .footer-bg-color a {
      color: #fff; }
    body.emd .siteFooter .footer-bg-color .footerTop {
      display: none;
      margin-bottom: 2rem; }
      body.emd .siteFooter .footer-bg-color .footerTop svg {
        fill: #fff;
        width: 150px; }
    body.emd .siteFooter .footer-bg-color .footerBottom {
      color: #fff;
      font-size: 0.9rem; }
  body.emd .dealership-login h2 {
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 1px; }
  body.emd .dealership-login .recaptcha img {
    width: 100%; }
  body.emd .dealership-title {
    color: #000000;
    background: #ECF0F1; }
    body.emd .dealership-title h3 {
      margin: 0; }
  body.emd .dealership-content table thead th {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border-top: 0;
    border-bottom: 3px solid #000000; }
  body.emd .dealership-content table .btn-primary.active,
  body.emd .dealership-content table .btn-secondary.active {
    border: 1px solid #000000;
    background: #000000; }
  body.emd .dealership-details .table {
    margin-bottom: 0;
    border-bottom: 1px solid #000000; }
  body.emd .dealership-details .nav li {
    margin-bottom: 1px; }
    body.emd .dealership-details .nav li a {
      color: #000000;
      background: #ECF0F1; }
    body.emd .dealership-details .nav li.active a {
      color: #fff;
      background-color: #95A5A6; }
  body.emd .dealership-details .sidebar p {
    color: #95A5A6; }
  body.emd .dealership-details .dealership-form .form-group .item select {
    border-bottom: 1px solid #000000; }
  body.emd .dealership-details h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 0; }
  body.emd .dropdown-menu .btn-primary {
    background-color: #95A5A6; }
    body.emd .dropdown-menu .btn-primary:hover {
      background-color: #95A5A6; }
  body.emd .content-block .col-sm-6 .content-block-rte, body.emd .content-block .col-sm-6 .content-block-image {
    padding: 0 2.5rem; }
    body.emd .content-block .col-sm-6 .content-block-rte p, body.emd .content-block .col-sm-6 .content-block-image p {
      line-height: 1.7; }
  body.emd .fullwidth .content-block-image {
    max-width: 700px;
    margin: 0 auto; }
  body.emd .dealer-portal .dealership-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    body.emd .dealer-portal .dealership-title h3 .btn {
      font-size: 14px; }
  body.emd .dealer-portal .hoverDropDown__btn span {
    margin-top: 1px; }
  body.emd .dealer-portal .hoverDropDown__btn svg {
    width: 20px;
    height: 20px;
    margin-left: 6px; }
  body.emd .dealer-portal .tabs-nav .tabs li {
    color: black; }
    body.emd .dealer-portal .tabs-nav .tabs li:focus, body.emd .dealer-portal .tabs-nav .tabs li:hover {
      background: black;
      color: #fff; }
  body.emd .dealer-portal .tabs-nav .tabs li.current {
    background: black;
    color: #fff;
    pointer-events: none; }
  body.emd .dealer-portal .tabs-nav .tab-content a span + span:before, body.emd .dealer-portal .tabs-nav .tab-content option span + span:before {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000; }

body.vw {
  font-family: vw-text;
  /* NAVIGATION */
  /* SLIDER */
  /* BUTTONS */
  /* HERITAGE FOR BACKGROUNDS */
  /*****************************
    DEALER ***********************/ }
  body.vw h1,
  body.vw .h1 {
    font-family: vw-head-bold;
    font-size: 3.5rem; }
  body.vw h2,
  body.vw .h2 {
    font-family: vw-head-bold;
    font-size: 2.7rem; }
  body.vw h3,
  body.vw .h3 {
    font-family: vw-head-bold;
    font-size: 2.4rem; }
  body.vw h4,
  body.vw .h4 {
    font-family: vw-head-bold;
    font-size: 2.1rem; }
  body.vw h5,
  body.vw .h5 {
    font-family: vw-head-bold;
    font-size: 1.6rem; }
  body.vw h6,
  body.vw .h6 {
    font-family: vw-head-bold;
    font-size: 1.2rem; }
  body.vw a {
    color: #111; }
    body.vw a:hover {
      color: #00B1EB; }
  body.vw .page-layout__header {
    background: #F4F6F6; }
  body.vw .header-sm__header {
    min-height: 60px; }
    body.vw .header-sm__header .logo {
      background-position: center 10px;
      background-repeat: no-repeat;
      background-image: url("data:image/png;base64,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");
      background-size: 40px; }
      body.vw .header-sm__header .logo svg {
        display: none; }
    body.vw .header-sm__header .btn {
      margin: 0.5rem 0; }
  body.vw .header-sm__navigation {
    top: 60px; }
  body.vw .header-md__bottom {
    height: 78px; }
  body.vw .header-md__bottom,
  body.vw .header-sm__navigation_wrap {
    background: transparent; }
    body.vw .header-md__bottom .logo,
    body.vw .header-sm__navigation_wrap .logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      background-position: 0 8px;
      background-repeat: no-repeat;
      background-image: url("data:image/png;base64,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");
      background-size: initial;
      width: 120px; }
      body.vw .header-md__bottom .logo svg,
      body.vw .header-sm__navigation_wrap .logo svg {
        display: none; }
    body.vw .header-md__bottom .navigation,
    body.vw .header-sm__navigation_wrap .navigation {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      body.vw .header-md__bottom .navigation a,
      body.vw .header-sm__navigation_wrap .navigation a {
        font-family: vw-head-bold;
        color: #00B1EB;
        font-size: 0.875rem;
        padding: 1.4rem 1rem;
        text-transform: none;
        text-transform: uppercase; }
        body.vw .header-md__bottom .navigation a.active,
        body.vw .header-sm__navigation_wrap .navigation a.active {
          color: #111; }
          body.vw .header-md__bottom .navigation a.active i,
          body.vw .header-sm__navigation_wrap .navigation a.active i {
            width: 100%;
            display: none; }
        body.vw .header-md__bottom .navigation a:hover,
        body.vw .header-sm__navigation_wrap .navigation a:hover {
          color: #111; }
          body.vw .header-md__bottom .navigation a:hover i,
          body.vw .header-sm__navigation_wrap .navigation a:hover i {
            display: none; }
        body.vw .header-md__bottom .navigation a:focus,
        body.vw .header-sm__navigation_wrap .navigation a:focus {
          color: inherit; }
        body.vw .header-md__bottom .navigation a i,
        body.vw .header-sm__navigation_wrap .navigation a i {
          display: none; }
  body.vw .slider .item p {
    line-height: 1.5;
    padding: 0;
    font-family: vw-text-bold;
    font-size: 1.6rem; }
  body.vw .slider .item h1 {
    margin-bottom: 1rem; }
  body.vw .slider .overlay .block {
    top: inherit;
    /*-webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);*/ }
  body.vw .slider .overlay .content {
    padding-left: 0;
    padding-right: 0; }
    body.vw .slider .overlay .content.white-background {
      padding-left: 2rem;
      padding-right: 2rem; }
    body.vw .slider .overlay .content.white-text-background h1 {
      padding-left: 40px; }
  body.vw .btn {
    margin: 1rem 0;
    padding: 0.6rem 2rem;
    border-radius: 30px; }
  body.vw .btn-primary {
    color: #fff;
    border-color: #00B1EB;
    background-color: #00B1EB;
    font-family: vw-text-bold;
    font-size: 14px; }
    body.vw .btn-primary:hover {
      color: #fff;
      border-color: #008bb8;
      background-color: #008bb8; }
  body.vw .btn-secondary {
    color: #00B1EB;
    border-color: #00B1EB;
    text-transform: inherit;
    font-family: vw-text-bold;
    font-size: 14px;
    text-transform: uppercase; }
    body.vw .btn-secondary:hover {
      color: #fff;
      border-color: #008bb8;
      background-color: #008bb8; }
  body.vw .btn-link {
    color: #00B1EB;
    text-transform: inherit;
    font-family: vw-text-bold; }
    body.vw .btn-link:hover {
      color: #008bb8; }
  body.vw .content-block-title {
    position: relative; }
    body.vw .content-block-title h2 {
      color: inherit;
      text-align: center;
      background: inherit; }
      body.vw .content-block-title h2 span {
        padding: 0 1rem; }
  body.vw .content-block-event-info {
    background: #00B1EB !important; }
    body.vw .content-block-event-info h1 {
      color: #fff;
      text-align: center;
      font-size: 2.6rem; }
      @media (max-width: 991px) {
        body.vw .content-block-event-info h1 {
          font-size: 2.2em; } }
    body.vw .content-block-event-info h3 {
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      font-family: vw-text-bold; }
      @media (max-width: 991px) {
        body.vw .content-block-event-info h3 {
          font-size: 1.2rem; } }
    body.vw .content-block-event-info h5 {
      color: #fff;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #fff; }
  body.vw .content-block-carrousel .slider-nav .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 30px; }
    body.vw .content-block-carrousel .slider-nav .slick-track li {
      padding: 0.8rem;
      color: #00B1EB;
      font-size: 0.90rem;
      width: 100% !important;
      font-family: vw-head-bold;
      text-transform: uppercase; }
    body.vw .content-block-carrousel .slider-nav .slick-track i {
      display: none; }
  body.vw .content-block-carrousel .slider-nav .slick-current.slick-active {
    color: #111; }
    body.vw .content-block-carrousel .slider-nav .slick-current.slick-active i {
      display: none; }
  body.vw .container-block-form h2,
  body.vw .dealership-form h2 {
    padding: 0;
    margin-bottom: 2.5rem; }
  body.vw .container-block-form .form-control,
  body.vw .dealership-form .form-control {
    margin-top: 1em;
    padding: 0.9em 0.15em;
    width: 100%;
    border: 0;
    background: transparent;
    color: #5D6C77; }
  body.vw .container-block-form .form-group select,
  body.vw .dealership-form .form-group select {
    border-bottom: 1px solid #5D6C77; }
  body.vw .container-block-form .input__label,
  body.vw .dealership-form .input__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #111;
    height: calc(100% - 0.7em);
    text-align: left;
    margin-bottom: 0;
    pointer-events: none; }
  body.vw .container-block-form .input__label-content,
  body.vw .dealership-form .input__label-content {
    font-family: vw-head-bold;
    position: absolute;
    color: #00B1EB; }
  body.vw .container-block-form .input__label::before,
  body.vw .container-block-form .input__label::after,
  body.vw .dealership-form .input__label::before,
  body.vw .dealership-form .input__label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #5D6C77; }
  body.vw .container-block-form .input__label::after,
  body.vw .dealership-form .input__label::after {
    margin-top: 2px;
    border-bottom: 4px solid transparent;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  body.vw .container-block-form .input__label-color::after,
  body.vw .dealership-form .input__label-color::after {
    border-color: #00B1EB; }
  body.vw .container-block-form .form-control:focus + .input__label::after,
  body.vw .container-block-form .input--filled .input__label::after,
  body.vw .dealership-form .form-control:focus + .input__label::after,
  body.vw .dealership-form .input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  body.vw .container-block-form .form-control:focus + .input__label .input__label-content,
  body.vw .container-block-form .input--filled .input__label-content,
  body.vw .dealership-form .form-control:focus + .input__label .input__label-content,
  body.vw .dealership-form .input--filled .input__label-content {
    -webkit-animation: vw-anim 0.3s forwards;
    animation: vw-anim 0.3s forwards; }
  body.vw .container-block-form .recaptcha,
  body.vw .dealership-form .recaptcha {
    padding-left: 0;
    padding-right: 0; }

@-webkit-keyframes vw-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

@keyframes vw-anim {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
  body.vw .dealership-form .item {
    padding-left: 0;
    padding-right: 0; }
  body.vw .container {
    background: inherit; }
    body.vw .container div {
      background: inherit; }
  body.vw .siteFooter .footer-bg-color {
    padding: 2.5rem;
    background: #F4F6F6; }
    body.vw .siteFooter .footer-bg-color a {
      color: #111; }
    body.vw .siteFooter .footer-bg-color .footerTop {
      display: none;
      margin-bottom: 2rem; }
      body.vw .siteFooter .footer-bg-color .footerTop svg {
        fill: #fff;
        width: 150px; }
    body.vw .siteFooter .footer-bg-color .footerBottom {
      color: #fff;
      font-size: 0.9rem; }
  body.vw .dealership-login h2 {
    line-height: 1.2;
    font-family: vw-text-bold;
    letter-spacing: 1px; }
  body.vw .dealership-login .recaptcha img {
    width: 100%; }
  body.vw .dealership-title {
    color: #111;
    background: #fff;
    text-align: center; }
  body.vw .dealership-content table thead th {
    color: #32434b;
    font-family: vw-text-bold;
    border-top: 0;
    border-bottom: 3px solid #32434b; }
  body.vw .dealership-content table .btn-primary.active,
  body.vw .dealership-content table .btn-secondary.active {
    border: 1px solid #00B1EB;
    background: #00B1EB; }
  body.vw .dealership-details .table {
    margin-bottom: 0;
    border-bottom: 1px solid #111; }
  body.vw .dealership-details .nav li {
    margin-bottom: 1px; }
    body.vw .dealership-details .nav li a {
      color: #111;
      background: #F4F6F6; }
    body.vw .dealership-details .nav li.active a {
      color: #fff;
      background-color: #00B1EB; }
  body.vw .dealership-details .sidebar p {
    color: #F4F6F6; }
  body.vw .dealership-details h3 {
    font-family: vw-head-bold;
    margin-bottom: 0; }
  body.vw .dropdown-menu .btn-primary {
    background-color: #00B1EB; }
    body.vw .dropdown-menu .btn-primary:hover {
      background-color: #00B1EB; }
  body.vw .dealer-portal .btn {
    padding: 0.4rem 1.6rem; }
  body.vw .dealer-portal .dealership-title {
    background: #EAEEED;
    text-align: left; }
    body.vw .dealer-portal .dealership-title h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      body.vw .dealer-portal .dealership-title h3 .btn {
        background-color: transparent;
        color: #00B1EB; }
        body.vw .dealer-portal .dealership-title h3 .btn:focus, body.vw .dealer-portal .dealership-title h3 .btn:hover {
          background-color: #00B1EB;
          color: #fff; }
  body.vw .dealer-portal .hoverDropDown {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px; }
  body.vw .dealer-portal .hoverDropDown__btn {
    padding-top: 5px;
    padding-bottom: 5px; }
    body.vw .dealer-portal .hoverDropDown__btn svg {
      width: 18px;
      height: 18px;
      margin-left: 6px; }
  body.vw .dealer-portal .table th, body.vw .dealer-portal .table td {
    position: relative;
    padding: 1.2rem 0.75rem; }
  body.vw .dealer-portal .hoverDropDown-content {
    background-color: #fff !important; }
  body.vw .dealer-portal .tabs-nav .tabs li {
    color: #00B1EB; }
    body.vw .dealer-portal .tabs-nav .tabs li:focus, body.vw .dealer-portal .tabs-nav .tabs li:hover {
      background: #EAEEED; }
  body.vw .dealer-portal .tabs-nav .tabs li.current {
    background: #00B1EB;
    color: #fff;
    pointer-events: none; }
  body.vw .dealer-portal .tabs-nav .tab-content a span + span:before, body.vw .dealer-portal .tabs-nav .tab-content option span + span:before {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000; }

/*

Style with support for rainbow parens

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #474949;
  color: #d1d9e1; }

.hljs-comment,
.hljs-quote {
  color: #969896;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-type,
.hljs-addition {
  color: #cc99cc; }

.hljs-number,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #f99157; }

.hljs-string,
.hljs-doctag,
.hljs-regexp {
  color: #8abeb7; }

.hljs-title,
.hljs-name,
.hljs-section,
.hljs-built_in {
  color: #b5bd68; }

.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-class .hljs-title {
  color: #ffcc66; }

.hljs-section,
.hljs-name,
.hljs-strong {
  font-weight: bold; }

.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-link {
  color: #f99157; }

.hljs-deletion {
  color: #dc322f; }

.hljs-formula {
  background: #eee8d5; }

.hljs-attr,
.hljs-attribute {
  color: #81a2be; }

.hljs-emphasis {
  font-style: italic; }

body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.doc-example {
  padding: 1.5rem 1rem;
  background-color: #fff; }

.doc-page-main {
  background-color: #f5f5f5; }

.page-layout__footer.doc {
  padding-top: 20px; }

.doc-navbar .navbar-nav li {
  margin-left: 0; }
  .doc-navbar .navbar-nav li a {
    font-size: 0.875rem; }
    .doc-navbar .navbar-nav li a.active {
      background-color: rgba(0, 156, 146, 0.4);
      color: #000; }

pre {
  border-radius: 4px;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  text-align: left; }
  pre code {
    text-align: left;
    padding: 0 1.5em !important; }

/* specific animation */
/* http://daneden.me/animate/ */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.25em);
    transform: translateY(-1.25em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.25em);
    transform: translateY(-1.25em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

details[open] pre {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s; }

.code-block {
  margin-top: 20px; }
  .code-block pre {
    margin-top: 20px;
    position: relative;
    margin-bottom: 0; }

.doc-caveat {
  text-align: left;
  margin-top: 20px; }

h4.doc-heading {
  margin-bottom: 20px; }

.doc-section {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .doc-section:last-child {
    padding-bottom: 100px; }

.doc__section-title {
  padding-top: 40px; }

.doc-gap--top {
  margin-top: 20px; }

.doc-gap--bottom {
  margin-bottom: 20px; }

/*# sourceMappingURL=maps/main.css.map */
