.mod.mod-animationCoatRefl2 .frameContainer {
  overflow: hidden;
  z-index: 2;
  position: relative;
  /* IE */
  -moz-transform: scale(0.7);
  /* Firefox */
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.7);
  /* Opera */
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  /* Safari And Chrome */
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  /* Standard Property */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  /* Standard Property */ }
  .mod.mod-animationCoatRefl2 .frameContainer .frame {
    position: relative;
    overflow: hidden; }
    .mod.mod-animationCoatRefl2 .frameContainer .frame img {
      position: absolute;
      display: block !important;
      max-width: none !important;
    }

.mod.mod-animationCoatRefl2 img.baseimage,
.mod.mod-animationCoatRefl2 img.highlight {
  position: absolute;
  z-index: 10;
  /* IE */
  -moz-transform: scale(0.7);
  /* Firefox */
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.7);
  /* Opera */
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  /* Safari And Chrome */
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  /* Standard Property */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  /* Standard Property */ }

.mod.mod-animationCoatRefl2 .infopoint {
  opacity: 1;
  position: absolute;
  background-color: #055ED2;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  border: 2px solid white;
  width: 13px;
  height: 13px;
  border-radius: 15px;
  cursor: pointer; }
  @media (max-width: 480px) {
    .mod.mod-animationCoatRefl2 .infopoint {
      width: 10px;
      height: 10px; } }
  .mod.mod-animationCoatRefl2 .infopoint.active {
    background-color: #EA0009; }
  .mod.mod-animationCoatRefl2 .infopoint.highlight1 {
    top: 22%;
    left: 10%; }
  .mod.mod-animationCoatRefl2 .infopoint.highlight2 {
    top: 7%;
    left: 31%; }
  .mod.mod-animationCoatRefl2 .infopoint.highlight3 {
    top: 47%;
    left: 15%; }

.mod.mod-animationCoatRefl1 .frameContainer {
  overflow: hidden;
  transition: opacity 400ms;
  z-index: 2;
  position: relative;
  /* IE */
  -moz-transform: scale(0.7);
  /* Firefox */
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.7);
  /* Opera */
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  /* Safari And Chrome */
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  /* Standard Property */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  /* Standard Property */ }
  .mod.mod-animationCoatRefl1 .frameContainer .frame {
    position: relative;
    overflow: hidden; }
    .mod.mod-animationCoatRefl1 .frameContainer .frame img {
      position: absolute;
      display: block !important;
      max-width: none !important;
    }

.mod.mod-animationCoatRefl1 img.baseimage,
.mod.mod-animationCoatRefl1 img.highlight {
  position: absolute;
  z-index: 10;
  /* IE */
  -moz-transform: scale(0.7);
  /* Firefox */
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.7);
  /* Opera */
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  /* Safari And Chrome */
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  /* Standard Property */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  /* Standard Property */ }

.mod.mod-animationCoatRefl1 .infopoint {
  opacity: 1;
  position: absolute;
  background-color: #055ED2;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  border: 2px solid white;
  width: 13px;
  height: 13px;
  border-radius: 15px;
  cursor: pointer; }
  @media (max-width: 480px) {
    .mod.mod-animationCoatRefl1 .infopoint {
      width: 10px;
      height: 10px; } }
  .mod.mod-animationCoatRefl1 .infopoint.active {
    background-color: #EA0009; }
  .mod.mod-animationCoatRefl1 .infopoint.highlight1 {
    top: 22%;
    left: 10%; }
  .mod.mod-animationCoatRefl1 .infopoint.highlight2 {
    top: 52%;
    left: 47%; }
  .mod.mod-animationCoatRefl1 .infopoint.highlight3 {
    top: 47%;
    left: 15%; }

.mod.mod-animationsinglepd {
  width: 100%;
  max-width: 700px;
  margin-top: -42px;
  z-index: 0;
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    .mod.mod-animationsinglepd {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }
  .mod.mod-animationsinglepd img.baseimage,
  .mod.mod-animationsinglepd img.baseimagebw,
  .mod.mod-animationsinglepd img.arrow,
  .mod.mod-animationsinglepd img.abimage,
  .mod.mod-animationsinglepd img.blueline {
    position: absolute;
    z-index: 1; }
  .mod.mod-animationsinglepd .arrow {
    top: 25%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: scaleX(0.01);
    transform: scaleX(0.01);
    transition-delay: 1s;
    display: none; }
    .mod.mod-animationsinglepd .arrow.active {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .mod.mod-animationsinglepd .arrow.arrow-left {
      left: 40%;
      -webkit-transform-origin: right;
      transform-origin: right; }
    .mod.mod-animationsinglepd .arrow.arrow-right {
      left: 51.5%;
      -webkit-transform-origin: left;
      transform-origin: left; }
  .mod.mod-animationsinglepd .abimage {
    top: 22%;
    left: 45%;
    display: none; }
  .mod.mod-animationsinglepd .blueline {
    display: none;
    top: 25.5%;
    left: 51.2%;
    transition: left 1s;
    transition-delay: 1s; }
    .mod.mod-animationsinglepd .blueline.active.blueline-left {
      left: 39.5%; }
    .mod.mod-animationsinglepd .blueline.active.blueline-right {
      left: 62.5%; }
  .mod.mod-animationsinglepd .frameContainer {
    overflow: hidden;
    opacity: 0;
    transition: opacity 400ms;
    z-index: 2;
    position: relative; }
    .mod.mod-animationsinglepd .frameContainer .frame {
      position: relative;
      overflow: hidden; }
      .mod.mod-animationsinglepd .frameContainer .frame img {
        position: absolute; }

.mod.mod-animationReadingDistance {
  position: relative;
  width: 100%; }
  .mod.mod-animationReadingDistance img.baseimage,
  .mod.mod-animationReadingDistance img.baseimagebw {
    position: absolute;
    z-index: 1;
    width: 100%; }
  .mod.mod-animationReadingDistance .overlay {
    z-index: 5;
    position: relative;
    overflow: hidden;
    top: 34%;
    left: 37.3%;
    width: 39%;
    height: 40%; }
  .mod.mod-animationReadingDistance .arrow {
    -webkit-transform: translateZ(0);
    position: absolute;
    top: -87%;
    left: -96%;
    display: none;
    z-index: 4;
    overflow: hidden;
    width: 0;
    height: 0; }
  .mod.mod-animationReadingDistance .book {
    position: absolute;
    top: 63%;
    left: 73%;
    display: none;
    z-index: 3; }

.mod.mod-animationViewingHeight {
  position: relative;
  width: 100%; }
  .mod.mod-animationViewingHeight img.baseimage,
  .mod.mod-animationViewingHeight img.baseimagebw {
    position: absolute;
    z-index: 1;
    width: 100%; }
  .mod.mod-animationViewingHeight .line {
    position: absolute;
    top: 30%;
    left: 0%;
    display: none;
    z-index: 3;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-out; }
  .mod.mod-animationViewingHeight .startLine {
    position: absolute;
    z-index: 1;
    display: none;
    top: 32%;
    left: 0%; }

.mod.mod-astigvision {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 45px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-astigvision > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-astigvision .col + .col {
    padding: 20px; }
  @media (max-width: 767px) {
    .mod.mod-astigvision .nav-tabs-container {
      margin-right: -15px; } }
  .mod.mod-astigvision .button-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mod.mod-astigvision .button-container {
        display: none; } }
  .mod.mod-astigvision .tooltip {
    opacity: 1; }
  .mod.mod-astigvision .nav-pills {
    margin-left: 0;
  }
  .mod.mod-astigvision .nav-pills > li > a:first-of-type {
    margin-left: 0; }
  .mod.mod-astigvision .nav-pills li:first-child a {
    margin-left: 10px; }
  .mod.mod-astigvision .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 5px; }
  .mod.mod-astigvision .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-astigvision .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-astigvision .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mod.mod-astigvision .animation-container {
    width: 100%;
    max-width: 484px;
    margin: 0 auto;
    position: relative; }
    .mod.mod-astigvision .animation-container img {
      width: 100%;
      display: none;
      position: absolute;
      z-index: 0; }
      .mod.mod-astigvision .animation-container img.focal {
        display: none; }
      .mod.mod-astigvision .animation-container img.astig_rays {
        display: block; }
      .mod.mod-astigvision .animation-container img.astig_base {
        display: block; }
      .mod.mod-astigvision .animation-container img.astig_base2 {
        display: block; }
      .mod.mod-astigvision .animation-container img.astig_base3 {
        display: block; }
    .mod.mod-astigvision .animation-container .ray-container {
      overflow: hidden;
      width: 18%;
      height: 100%; }
      .mod.mod-astigvision .animation-container .ray-container.active {
        transition: width 2s;
        width: 100%; }
      .mod.mod-astigvision .animation-container .ray-container img {
        height: 100%;
        width: auto;
        position: relative; }
  .mod.mod-astigvision .infopoint {
    position: absolute;
    background-color: #055ED2;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    width: 13px;
    height: 13px;
    border-radius: 15px; }
    .mod.mod-astigvision .infopoint.active {
      background-color: #EA0009; }
    .mod.mod-astigvision .infopoint.highlight1 {
      top: 64%;
      left: 20%; }
    .mod.mod-astigvision .infopoint.highlight2 {
      top: 43%;
      left: 65%; }
    .mod.mod-astigvision .infopoint.highlight3 {
      top: 51.5%;
      left: 78%; }
    .mod.mod-astigvision .infopoint.highlight4 {
      top: 51.5%;
      left: 96.5%; }
      @media (max-width: 768px) {
        .mod.mod-astigvision .infopoint.highlight4 {
          top: 50.5%;
          left: 96.1%; } }
    .mod.mod-astigvision .infopoint.highlight5 {
      top: 51.5%;
      left: 88%; }
    .mod.mod-astigvision .infopoint.with_highlight1 {
      top: 64%;
      left: 20%; }
    .mod.mod-astigvision .infopoint.with_highlight2 {
      top: 79%;
      left: 49%; }
    .mod.mod-astigvision .infopoint.with_highlight3 {
      top: 43%;
      left: 65%; }
    .mod.mod-astigvision .infopoint.with_highlight4 {
      top: 50.5%;
      left: 89%; }
    .mod.mod-astigvision .infopoint.d_highlight1 {
      top: 58%;
      left: 51%; }
    .mod.mod-astigvision .infopoint.d_highlight2 {
      top: 47%;
      left: 61%; }
    .mod.mod-astigvision .infopoint.d_highlight3 {
      top: 41%;
      left: 69%; }
    .mod.mod-astigvision .infopoint.d_highlight4 {
      top: 34%;
      left: 72.5%; }

.mod.mod-frameTilt {
  width: 100%;
  position: relative; }
  .mod.mod-frameTilt img.baseimage, .mod.mod-frameTilt img.baseimagebw {
    position: absolute;
    z-index: 1;
    width: 100%; }
  .mod.mod-frameTilt img.blueline {
    left: 72%;
    position: absolute;
    z-index: 1;
    width: 1px;
    display: none; }
  .mod.mod-frameTilt img.aniImg {
    position: absolute;
    left: 71.3%;
    z-index: 4;
    width: 0;
    display: none;
    transition: width 0.7s ease-in-out; }

.responsive-animation {
  /*!
	 * Bootstrap v3.3.5 (http://getbootstrap.com)
	 * Copyright 2011-2015 Twitter, Inc.
	 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
	 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*# sourceMappingURL=bootstrap.css.map */ }
  .responsive-animation html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  .responsive-animation body {
    margin: 0; }
  .responsive-animation article,
  .responsive-animation aside,
  .responsive-animation details,
  .responsive-animation figcaption,
  .responsive-animation figure,
  .responsive-animation footer,
  .responsive-animation header,
  .responsive-animation hgroup,
  .responsive-animation main,
  .responsive-animation menu,
  .responsive-animation nav,
  .responsive-animation section,
  .responsive-animation summary {
    display: block; }
  .responsive-animation audio,
  .responsive-animation canvas,
  .responsive-animation progress,
  .responsive-animation video {
    display: inline-block;
    vertical-align: baseline; }
  .responsive-animation audio:not([controls]) {
    display: none;
    height: 0; }
  .responsive-animation [hidden],
  .responsive-animation template {
    display: none; }
  .responsive-animation a {
    background-color: transparent; }
  .responsive-animation a:active,
  .responsive-animation a:hover {
    outline: 0; }
  .responsive-animation abbr[title] {
    border-bottom: 1px dotted; }
  .responsive-animation b,
  .responsive-animation strong {
    font-weight: bold; }
  .responsive-animation dfn {
    font-style: italic; }
  .responsive-animation h1 {
    margin: .67em 0;
    font-size: 2em; }
  .responsive-animation mark {
    color: #000;
    background: #ff0; }
  .responsive-animation small {
    font-size: 80%; }
  .responsive-animation sub,
  .responsive-animation sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .responsive-animation sup {
    top: -.5em; }
  .responsive-animation sub {
    bottom: -.25em; }
  .responsive-animation img {
    border: 0; }
  .responsive-animation svg:not(:root) {
    overflow: hidden; }
  .responsive-animation figure {
    margin: 1em 40px; }
  .responsive-animation hr {
    height: 0;
    box-sizing: content-box; }
  .responsive-animation pre {
    overflow: auto; }
  .responsive-animation code,
  .responsive-animation kbd,
  .responsive-animation pre,
  .responsive-animation samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .responsive-animation button,
  .responsive-animation input,
  .responsive-animation optgroup,
  .responsive-animation select,
  .responsive-animation textarea {
    margin: 0;
    font: inherit;
    color: inherit; }
  .responsive-animation button {
    overflow: visible; }
  .responsive-animation button,
  .responsive-animation select {
    text-transform: none; }
  .responsive-animation button,
  .responsive-animation html input[type="button"],
  .responsive-animation input[type="reset"],
  .responsive-animation input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .responsive-animation button[disabled],
  .responsive-animation html input[disabled] {
    cursor: default; }
  .responsive-animation button::-moz-focus-inner,
  .responsive-animation input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .responsive-animation input {
    line-height: normal; }
  .responsive-animation input[type="checkbox"],
  .responsive-animation input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .responsive-animation input[type="number"]::-webkit-inner-spin-button,
  .responsive-animation input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .responsive-animation input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield; }
  .responsive-animation input[type="search"]::-webkit-search-cancel-button,
  .responsive-animation input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .responsive-animation fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0; }
  .responsive-animation legend {
    padding: 0;
    border: 0; }
  .responsive-animation textarea {
    overflow: auto; }
  .responsive-animation optgroup {
    font-weight: bold; }
  .responsive-animation table {
    border-spacing: 0;
    border-collapse: collapse; }
  .responsive-animation td,
  .responsive-animation th {
    padding: 0; }
  @media print {
    .responsive-animation *,
    .responsive-animation *:before,
    .responsive-animation *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important; }
    .responsive-animation a,
    .responsive-animation a:visited {
      text-decoration: underline; }
    .responsive-animation a[href]:after {
      content: " (" attr(href) ")"; }
    .responsive-animation abbr[title]:after {
      content: " (" attr(title) ")"; }
    .responsive-animation a[href^="#"]:after,
    .responsive-animation a[href^="javascript:"]:after {
      content: ""; }
    .responsive-animation pre,
    .responsive-animation blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .responsive-animation thead {
      display: table-header-group; }
    .responsive-animation tr,
    .responsive-animation img {
      page-break-inside: avoid; }
    .responsive-animation img {
      max-width: 100% !important; }
    .responsive-animation p,
    .responsive-animation h2,
    .responsive-animation h3 {
      orphans: 3;
      widows: 3; }
    .responsive-animation h2,
    .responsive-animation h3 {
      page-break-after: avoid; }
    .responsive-animation .navbar {
      display: none; }
    .responsive-animation .btn > .caret,
    .responsive-animation .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .responsive-animation .label {
      border: 1px solid #000; }
    .responsive-animation .table {
      border-collapse: collapse !important; }
    .responsive-animation .table td,
    .responsive-animation .table th {
      background-color: #fff !important; }
    .responsive-animation .table-bordered th,
    .responsive-animation .table-bordered td {
      border: 1px solid #ddd !important; } }

@font-face {
  .responsive-animation {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } }
  .responsive-animation .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .responsive-animation .glyphicon-asterisk:before {
    content: "\2a"; }
  .responsive-animation .glyphicon-plus:before {
    content: "\2b"; }
  .responsive-animation .glyphicon-euro:before,
  .responsive-animation .glyphicon-eur:before {
    content: "\20ac"; }
  .responsive-animation .glyphicon-minus:before {
    content: "\2212"; }
  .responsive-animation .glyphicon-cloud:before {
    content: "\2601"; }
  .responsive-animation .glyphicon-envelope:before {
    content: "\2709"; }
  .responsive-animation .glyphicon-pencil:before {
    content: "\270f"; }
  .responsive-animation .glyphicon-glass:before {
    content: "\e001"; }
  .responsive-animation .glyphicon-music:before {
    content: "\e002"; }
  .responsive-animation .glyphicon-search:before {
    content: "\e003"; }
  .responsive-animation .glyphicon-heart:before {
    content: "\e005"; }
  .responsive-animation .glyphicon-star:before {
    content: "\e006"; }
  .responsive-animation .glyphicon-star-empty:before {
    content: "\e007"; }
  .responsive-animation .glyphicon-user:before {
    content: "\e008"; }
  .responsive-animation .glyphicon-film:before {
    content: "\e009"; }
  .responsive-animation .glyphicon-th-large:before {
    content: "\e010"; }
  .responsive-animation .glyphicon-th:before {
    content: "\e011"; }
  .responsive-animation .glyphicon-th-list:before {
    content: "\e012"; }
  .responsive-animation .glyphicon-ok:before {
    content: "\e013"; }
  .responsive-animation .glyphicon-remove:before {
    content: "\e014"; }
  .responsive-animation .glyphicon-zoom-in:before {
    content: "\e015"; }
  .responsive-animation .glyphicon-zoom-out:before {
    content: "\e016"; }
  .responsive-animation .glyphicon-off:before {
    content: "\e017"; }
  .responsive-animation .glyphicon-signal:before {
    content: "\e018"; }
  .responsive-animation .glyphicon-cog:before {
    content: "\e019"; }
  .responsive-animation .glyphicon-trash:before {
    content: "\e020"; }
  .responsive-animation .glyphicon-home:before {
    content: "\e021"; }
  .responsive-animation .glyphicon-file:before {
    content: "\e022"; }
  .responsive-animation .glyphicon-time:before {
    content: "\e023"; }
  .responsive-animation .glyphicon-road:before {
    content: "\e024"; }
  .responsive-animation .glyphicon-download-alt:before {
    content: "\e025"; }
  .responsive-animation .glyphicon-download:before {
    content: "\e026"; }
  .responsive-animation .glyphicon-upload:before {
    content: "\e027"; }
  .responsive-animation .glyphicon-inbox:before {
    content: "\e028"; }
  .responsive-animation .glyphicon-play-circle:before {
    content: "\e029"; }
  .responsive-animation .glyphicon-repeat:before {
    content: "\e030"; }
  .responsive-animation .glyphicon-refresh:before {
    content: "\e031"; }
  .responsive-animation .glyphicon-list-alt:before {
    content: "\e032"; }
  .responsive-animation .glyphicon-lock:before {
    content: "\e033"; }
  .responsive-animation .glyphicon-flag:before {
    content: "\e034"; }
  .responsive-animation .glyphicon-headphones:before {
    content: "\e035"; }
  .responsive-animation .glyphicon-volume-off:before {
    content: "\e036"; }
  .responsive-animation .glyphicon-volume-down:before {
    content: "\e037"; }
  .responsive-animation .glyphicon-volume-up:before {
    content: "\e038"; }
  .responsive-animation .glyphicon-qrcode:before {
    content: "\e039"; }
  .responsive-animation .glyphicon-barcode:before {
    content: "\e040"; }
  .responsive-animation .glyphicon-tag:before {
    content: "\e041"; }
  .responsive-animation .glyphicon-tags:before {
    content: "\e042"; }
  .responsive-animation .glyphicon-book:before {
    content: "\e043"; }
  .responsive-animation .glyphicon-bookmark:before {
    content: "\e044"; }
  .responsive-animation .glyphicon-print:before {
    content: "\e045"; }
  .responsive-animation .glyphicon-camera:before {
    content: "\e046"; }
  .responsive-animation .glyphicon-font:before {
    content: "\e047"; }
  .responsive-animation .glyphicon-bold:before {
    content: "\e048"; }
  .responsive-animation .glyphicon-italic:before {
    content: "\e049"; }
  .responsive-animation .glyphicon-text-height:before {
    content: "\e050"; }
  .responsive-animation .glyphicon-text-width:before {
    content: "\e051"; }
  .responsive-animation .glyphicon-align-left:before {
    content: "\e052"; }
  .responsive-animation .glyphicon-align-center:before {
    content: "\e053"; }
  .responsive-animation .glyphicon-align-right:before {
    content: "\e054"; }
  .responsive-animation .glyphicon-align-justify:before {
    content: "\e055"; }
  .responsive-animation .glyphicon-list:before {
    content: "\e056"; }
  .responsive-animation .glyphicon-indent-left:before {
    content: "\e057"; }
  .responsive-animation .glyphicon-indent-right:before {
    content: "\e058"; }
  .responsive-animation .glyphicon-facetime-video:before {
    content: "\e059"; }
  .responsive-animation .glyphicon-picture:before {
    content: "\e060"; }
  .responsive-animation .glyphicon-map-marker:before {
    content: "\e062"; }
  .responsive-animation .glyphicon-adjust:before {
    content: "\e063"; }
  .responsive-animation .glyphicon-tint:before {
    content: "\e064"; }
  .responsive-animation .glyphicon-edit:before {
    content: "\e065"; }
  .responsive-animation .glyphicon-share:before {
    content: "\e066"; }
  .responsive-animation .glyphicon-check:before {
    content: "\e067"; }
  .responsive-animation .glyphicon-move:before {
    content: "\e068"; }
  .responsive-animation .glyphicon-step-backward:before {
    content: "\e069"; }
  .responsive-animation .glyphicon-fast-backward:before {
    content: "\e070"; }
  .responsive-animation .glyphicon-backward:before {
    content: "\e071"; }
  .responsive-animation .glyphicon-play:before {
    content: "\e072"; }
  .responsive-animation .glyphicon-pause:before {
    content: "\e073"; }
  .responsive-animation .glyphicon-stop:before {
    content: "\e074"; }
  .responsive-animation .glyphicon-forward:before {
    content: "\e075"; }
  .responsive-animation .glyphicon-fast-forward:before {
    content: "\e076"; }
  .responsive-animation .glyphicon-step-forward:before {
    content: "\e077"; }
  .responsive-animation .glyphicon-eject:before {
    content: "\e078"; }
  .responsive-animation .glyphicon-chevron-left:before {
    content: "\e079"; }
  .responsive-animation .glyphicon-chevron-right:before {
    content: "\e080"; }
  .responsive-animation .glyphicon-plus-sign:before {
    content: "\e081"; }
  .responsive-animation .glyphicon-minus-sign:before {
    content: "\e082"; }
  .responsive-animation .glyphicon-remove-sign:before {
    content: "\e083"; }
  .responsive-animation .glyphicon-ok-sign:before {
    content: "\e084"; }
  .responsive-animation .glyphicon-question-sign:before {
    content: "\e085"; }
  .responsive-animation .glyphicon-info-sign:before {
    content: "\e086"; }
  .responsive-animation .glyphicon-screenshot:before {
    content: "\e087"; }
  .responsive-animation .glyphicon-remove-circle:before {
    content: "\e088"; }
  .responsive-animation .glyphicon-ok-circle:before {
    content: "\e089"; }
  .responsive-animation .glyphicon-ban-circle:before {
    content: "\e090"; }
  .responsive-animation .glyphicon-arrow-left:before {
    content: "\e091"; }
  .responsive-animation .glyphicon-arrow-right:before {
    content: "\e092"; }
  .responsive-animation .glyphicon-arrow-up:before {
    content: "\e093"; }
  .responsive-animation .glyphicon-arrow-down:before {
    content: "\e094"; }
  .responsive-animation .glyphicon-share-alt:before {
    content: "\e095"; }
  .responsive-animation .glyphicon-resize-full:before {
    content: "\e096"; }
  .responsive-animation .glyphicon-resize-small:before {
    content: "\e097"; }
  .responsive-animation .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  .responsive-animation .glyphicon-gift:before {
    content: "\e102"; }
  .responsive-animation .glyphicon-leaf:before {
    content: "\e103"; }
  .responsive-animation .glyphicon-fire:before {
    content: "\e104"; }
  .responsive-animation .glyphicon-eye-open:before {
    content: "\e105"; }
  .responsive-animation .glyphicon-eye-close:before {
    content: "\e106"; }
  .responsive-animation .glyphicon-warning-sign:before {
    content: "\e107"; }
  .responsive-animation .glyphicon-plane:before {
    content: "\e108"; }
  .responsive-animation .glyphicon-calendar:before {
    content: "\e109"; }
  .responsive-animation .glyphicon-random:before {
    content: "\e110"; }
  .responsive-animation .glyphicon-comment:before {
    content: "\e111"; }
  .responsive-animation .glyphicon-magnet:before {
    content: "\e112"; }
  .responsive-animation .glyphicon-chevron-up:before {
    content: "\e113"; }
  .responsive-animation .glyphicon-chevron-down:before {
    content: "\e114"; }
  .responsive-animation .glyphicon-retweet:before {
    content: "\e115"; }
  .responsive-animation .glyphicon-shopping-cart:before {
    content: "\e116"; }
  .responsive-animation .glyphicon-folder-close:before {
    content: "\e117"; }
  .responsive-animation .glyphicon-folder-open:before {
    content: "\e118"; }
  .responsive-animation .glyphicon-resize-vertical:before {
    content: "\e119"; }
  .responsive-animation .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  .responsive-animation .glyphicon-hdd:before {
    content: "\e121"; }
  .responsive-animation .glyphicon-bullhorn:before {
    content: "\e122"; }
  .responsive-animation .glyphicon-bell:before {
    content: "\e123"; }
  .responsive-animation .glyphicon-certificate:before {
    content: "\e124"; }
  .responsive-animation .glyphicon-thumbs-up:before {
    content: "\e125"; }
  .responsive-animation .glyphicon-thumbs-down:before {
    content: "\e126"; }
  .responsive-animation .glyphicon-hand-right:before {
    content: "\e127"; }
  .responsive-animation .glyphicon-hand-left:before {
    content: "\e128"; }
  .responsive-animation .glyphicon-hand-up:before {
    content: "\e129"; }
  .responsive-animation .glyphicon-hand-down:before {
    content: "\e130"; }
  .responsive-animation .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  .responsive-animation .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  .responsive-animation .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  .responsive-animation .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  .responsive-animation .glyphicon-globe:before {
    content: "\e135"; }
  .responsive-animation .glyphicon-wrench:before {
    content: "\e136"; }
  .responsive-animation .glyphicon-tasks:before {
    content: "\e137"; }
  .responsive-animation .glyphicon-filter:before {
    content: "\e138"; }
  .responsive-animation .glyphicon-briefcase:before {
    content: "\e139"; }
  .responsive-animation .glyphicon-fullscreen:before {
    content: "\e140"; }
  .responsive-animation .glyphicon-dashboard:before {
    content: "\e141"; }
  .responsive-animation .glyphicon-paperclip:before {
    content: "\e142"; }
  .responsive-animation .glyphicon-heart-empty:before {
    content: "\e143"; }
  .responsive-animation .glyphicon-link:before {
    content: "\e144"; }
  .responsive-animation .glyphicon-phone:before {
    content: "\e145"; }
  .responsive-animation .glyphicon-pushpin:before {
    content: "\e146"; }
  .responsive-animation .glyphicon-usd:before {
    content: "\e148"; }
  .responsive-animation .glyphicon-gbp:before {
    content: "\e149"; }
  .responsive-animation .glyphicon-sort:before {
    content: "\e150"; }
  .responsive-animation .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  .responsive-animation .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  .responsive-animation .glyphicon-sort-by-order:before {
    content: "\e153"; }
  .responsive-animation .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  .responsive-animation .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  .responsive-animation .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  .responsive-animation .glyphicon-unchecked:before {
    content: "\e157"; }
  .responsive-animation .glyphicon-expand:before {
    content: "\e158"; }
  .responsive-animation .glyphicon-collapse-down:before {
    content: "\e159"; }
  .responsive-animation .glyphicon-collapse-up:before {
    content: "\e160"; }
  .responsive-animation .glyphicon-log-in:before {
    content: "\e161"; }
  .responsive-animation .glyphicon-flash:before {
    content: "\e162"; }
  .responsive-animation .glyphicon-log-out:before {
    content: "\e163"; }
  .responsive-animation .glyphicon-new-window:before {
    content: "\e164"; }
  .responsive-animation .glyphicon-record:before {
    content: "\e165"; }
  .responsive-animation .glyphicon-save:before {
    content: "\e166"; }
  .responsive-animation .glyphicon-open:before {
    content: "\e167"; }
  .responsive-animation .glyphicon-saved:before {
    content: "\e168"; }
  .responsive-animation .glyphicon-import:before {
    content: "\e169"; }
  .responsive-animation .glyphicon-export:before {
    content: "\e170"; }
  .responsive-animation .glyphicon-send:before {
    content: "\e171"; }
  .responsive-animation .glyphicon-floppy-disk:before {
    content: "\e172"; }
  .responsive-animation .glyphicon-floppy-saved:before {
    content: "\e173"; }
  .responsive-animation .glyphicon-floppy-remove:before {
    content: "\e174"; }
  .responsive-animation .glyphicon-floppy-save:before {
    content: "\e175"; }
  .responsive-animation .glyphicon-floppy-open:before {
    content: "\e176"; }
  .responsive-animation .glyphicon-credit-card:before {
    content: "\e177"; }
  .responsive-animation .glyphicon-transfer:before {
    content: "\e178"; }
  .responsive-animation .glyphicon-cutlery:before {
    content: "\e179"; }
  .responsive-animation .glyphicon-header:before {
    content: "\e180"; }
  .responsive-animation .glyphicon-compressed:before {
    content: "\e181"; }
  .responsive-animation .glyphicon-earphone:before {
    content: "\e182"; }
  .responsive-animation .glyphicon-phone-alt:before {
    content: "\e183"; }
  .responsive-animation .glyphicon-tower:before {
    content: "\e184"; }
  .responsive-animation .glyphicon-stats:before {
    content: "\e185"; }
  .responsive-animation .glyphicon-sd-video:before {
    content: "\e186"; }
  .responsive-animation .glyphicon-hd-video:before {
    content: "\e187"; }
  .responsive-animation .glyphicon-subtitles:before {
    content: "\e188"; }
  .responsive-animation .glyphicon-sound-stereo:before {
    content: "\e189"; }
  .responsive-animation .glyphicon-sound-dolby:before {
    content: "\e190"; }
  .responsive-animation .glyphicon-sound-5-1:before {
    content: "\e191"; }
  .responsive-animation .glyphicon-sound-6-1:before {
    content: "\e192"; }
  .responsive-animation .glyphicon-sound-7-1:before {
    content: "\e193"; }
  .responsive-animation .glyphicon-copyright-mark:before {
    content: "\e194"; }
  .responsive-animation .glyphicon-registration-mark:before {
    content: "\e195"; }
  .responsive-animation .glyphicon-cloud-download:before {
    content: "\e197"; }
  .responsive-animation .glyphicon-cloud-upload:before {
    content: "\e198"; }
  .responsive-animation .glyphicon-tree-conifer:before {
    content: "\e199"; }
  .responsive-animation .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  .responsive-animation .glyphicon-cd:before {
    content: "\e201"; }
  .responsive-animation .glyphicon-save-file:before {
    content: "\e202"; }
  .responsive-animation .glyphicon-open-file:before {
    content: "\e203"; }
  .responsive-animation .glyphicon-level-up:before {
    content: "\e204"; }
  .responsive-animation .glyphicon-copy:before {
    content: "\e205"; }
  .responsive-animation .glyphicon-paste:before {
    content: "\e206"; }
  .responsive-animation .glyphicon-alert:before {
    content: "\e209"; }
  .responsive-animation .glyphicon-equalizer:before {
    content: "\e210"; }
  .responsive-animation .glyphicon-king:before {
    content: "\e211"; }
  .responsive-animation .glyphicon-queen:before {
    content: "\e212"; }
  .responsive-animation .glyphicon-pawn:before {
    content: "\e213"; }
  .responsive-animation .glyphicon-bishop:before {
    content: "\e214"; }
  .responsive-animation .glyphicon-knight:before {
    content: "\e215"; }
  .responsive-animation .glyphicon-baby-formula:before {
    content: "\e216"; }
  .responsive-animation .glyphicon-tent:before {
    content: "\26fa"; }
  .responsive-animation .glyphicon-blackboard:before {
    content: "\e218"; }
  .responsive-animation .glyphicon-bed:before {
    content: "\e219"; }
  .responsive-animation .glyphicon-apple:before {
    content: "\f8ff"; }
  .responsive-animation .glyphicon-erase:before {
    content: "\e221"; }
  .responsive-animation .glyphicon-hourglass:before {
    content: "\231b"; }
  .responsive-animation .glyphicon-lamp:before {
    content: "\e223"; }
  .responsive-animation .glyphicon-duplicate:before {
    content: "\e224"; }
  .responsive-animation .glyphicon-piggy-bank:before {
    content: "\e225"; }
  .responsive-animation .glyphicon-scissors:before {
    content: "\e226"; }
  .responsive-animation .glyphicon-bitcoin:before {
    content: "\e227"; }
  .responsive-animation .glyphicon-btc:before {
    content: "\e227"; }
  .responsive-animation .glyphicon-xbt:before {
    content: "\e227"; }
  .responsive-animation .glyphicon-yen:before {
    content: "\00a5"; }
  .responsive-animation .glyphicon-jpy:before {
    content: "\00a5"; }
  .responsive-animation .glyphicon-ruble:before {
    content: "\20bd"; }
  .responsive-animation .glyphicon-rub:before {
    content: "\20bd"; }
  .responsive-animation .glyphicon-scale:before {
    content: "\e230"; }
  .responsive-animation .glyphicon-ice-lolly:before {
    content: "\e231"; }
  .responsive-animation .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  .responsive-animation .glyphicon-education:before {
    content: "\e233"; }
  .responsive-animation .glyphicon-option-horizontal:before {
    content: "\e234"; }
  .responsive-animation .glyphicon-option-vertical:before {
    content: "\e235"; }
  .responsive-animation .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  .responsive-animation .glyphicon-modal-window:before {
    content: "\e237"; }
  .responsive-animation .glyphicon-oil:before {
    content: "\e238"; }
  .responsive-animation .glyphicon-grain:before {
    content: "\e239"; }
  .responsive-animation .glyphicon-sunglasses:before {
    content: "\e240"; }
  .responsive-animation .glyphicon-text-size:before {
    content: "\e241"; }
  .responsive-animation .glyphicon-text-color:before {
    content: "\e242"; }
  .responsive-animation .glyphicon-text-background:before {
    content: "\e243"; }
  .responsive-animation .glyphicon-object-align-top:before {
    content: "\e244"; }
  .responsive-animation .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  .responsive-animation .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  .responsive-animation .glyphicon-object-align-left:before {
    content: "\e247"; }
  .responsive-animation .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  .responsive-animation .glyphicon-object-align-right:before {
    content: "\e249"; }
  .responsive-animation .glyphicon-triangle-right:before {
    content: "\e250"; }
  .responsive-animation .glyphicon-triangle-left:before {
    content: "\e251"; }
  .responsive-animation .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  .responsive-animation .glyphicon-triangle-top:before {
    content: "\e253"; }
  .responsive-animation .glyphicon-console:before {
    content: "\e254"; }
  .responsive-animation .glyphicon-superscript:before {
    content: "\e255"; }
  .responsive-animation .glyphicon-subscript:before {
    content: "\e256"; }
  .responsive-animation .glyphicon-menu-left:before {
    content: "\e257"; }
  .responsive-animation .glyphicon-menu-right:before {
    content: "\e258"; }
  .responsive-animation .glyphicon-menu-down:before {
    content: "\e259"; }
  .responsive-animation .glyphicon-menu-up:before {
    content: "\e260"; }
  .responsive-animation * {
    box-sizing: border-box; }
  .responsive-animation *:before,
  .responsive-animation *:after {
    box-sizing: border-box; }
  .responsive-animation html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }
  .responsive-animation body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff; }
  .responsive-animation input,
  .responsive-animation button,
  .responsive-animation select,
  .responsive-animation textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .responsive-animation a {
    color: #337ab7;
    text-decoration: none; }
  .responsive-animation a:hover,
  .responsive-animation a:focus {
    color: #23527c;
    text-decoration: underline; }
  .responsive-animation a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .responsive-animation figure {
    margin: 0; }
  .responsive-animation img {
    vertical-align: middle; }
  .responsive-animation .img-responsive,
  .responsive-animation .thumbnail > img,
  .responsive-animation .thumbnail a > img,
  .responsive-animation .carousel-inner > .item > img,
  .responsive-animation .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto; }
  .responsive-animation .img-rounded {
    border-radius: 6px; }
  .responsive-animation .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out; }
  .responsive-animation .img-circle {
    border-radius: 50%; }
  .responsive-animation hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  .responsive-animation .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .responsive-animation .sr-only-focusable:active,
  .responsive-animation .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .responsive-animation [role="button"] {
    cursor: pointer; }
  .responsive-animation h1,
  .responsive-animation h2,
  .responsive-animation h3,
  .responsive-animation h4,
  .responsive-animation h5,
  .responsive-animation h6,
  .responsive-animation .h1,
  .responsive-animation .h2,
  .responsive-animation .h3,
  .responsive-animation .h4,
  .responsive-animation .h5,
  .responsive-animation .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
  .responsive-animation h1 small,
  .responsive-animation h2 small,
  .responsive-animation h3 small,
  .responsive-animation h4 small,
  .responsive-animation h5 small,
  .responsive-animation h6 small,
  .responsive-animation .h1 small,
  .responsive-animation .h2 small,
  .responsive-animation .h3 small,
  .responsive-animation .h4 small,
  .responsive-animation .h5 small,
  .responsive-animation .h6 small,
  .responsive-animation h1 .small,
  .responsive-animation h2 .small,
  .responsive-animation h3 .small,
  .responsive-animation h4 .small,
  .responsive-animation h5 .small,
  .responsive-animation h6 .small,
  .responsive-animation .h1 .small,
  .responsive-animation .h2 .small,
  .responsive-animation .h3 .small,
  .responsive-animation .h4 .small,
  .responsive-animation .h5 .small,
  .responsive-animation .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777; }
  .responsive-animation h1,
  .responsive-animation .h1,
  .responsive-animation h2,
  .responsive-animation .h2,
  .responsive-animation h3,
  .responsive-animation .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .responsive-animation h1 small,
  .responsive-animation .h1 small,
  .responsive-animation h2 small,
  .responsive-animation .h2 small,
  .responsive-animation h3 small,
  .responsive-animation .h3 small,
  .responsive-animation h1 .small,
  .responsive-animation .h1 .small,
  .responsive-animation h2 .small,
  .responsive-animation .h2 .small,
  .responsive-animation h3 .small,
  .responsive-animation .h3 .small {
    font-size: 65%; }
  .responsive-animation h4,
  .responsive-animation .h4,
  .responsive-animation h5,
  .responsive-animation .h5,
  .responsive-animation h6,
  .responsive-animation .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .responsive-animation h4 small,
  .responsive-animation .h4 small,
  .responsive-animation h5 small,
  .responsive-animation .h5 small,
  .responsive-animation h6 small,
  .responsive-animation .h6 small,
  .responsive-animation h4 .small,
  .responsive-animation .h4 .small,
  .responsive-animation h5 .small,
  .responsive-animation .h5 .small,
  .responsive-animation h6 .small,
  .responsive-animation .h6 .small {
    font-size: 75%; }
  .responsive-animation h1,
  .responsive-animation .h1 {
    font-size: 36px; }
  .responsive-animation h2,
  .responsive-animation .h2 {
    font-size: 30px; }
  .responsive-animation h3,
  .responsive-animation .h3 {
    font-size: 24px; }
  .responsive-animation h4,
  .responsive-animation .h4 {
    font-size: 18px; }
  .responsive-animation h5,
  .responsive-animation .h5 {
    font-size: 14px; }
  .responsive-animation h6,
  .responsive-animation .h6 {
    font-size: 12px; }
  .responsive-animation p {
    margin: 0 0 10px; }
  .responsive-animation .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
  @media (min-width: 768px) {
    .responsive-animation .lead {
      font-size: 21px; } }
  .responsive-animation small,
  .responsive-animation .small {
    font-size: 85%; }
  .responsive-animation mark,
  .responsive-animation .mark {
    padding: .2em;
    background-color: #fcf8e3; }
  .responsive-animation .text-left {
    text-align: left; }
  .responsive-animation .text-right {
    text-align: right; }
  .responsive-animation .text-center {
    text-align: center; }
  .responsive-animation .text-justify {
    text-align: justify; }
  .responsive-animation .text-nowrap {
    white-space: nowrap; }
  .responsive-animation .text-lowercase {
    text-transform: lowercase; }
  .responsive-animation .text-uppercase {
    text-transform: uppercase; }
  .responsive-animation .text-capitalize {
    text-transform: capitalize; }
  .responsive-animation .text-muted {
    color: #777; }
  .responsive-animation .text-primary {
    color: #337ab7; }
  .responsive-animation a.text-primary:hover,
  .responsive-animation a.text-primary:focus {
    color: #286090; }
  .responsive-animation .text-success {
    color: #3c763d; }
  .responsive-animation a.text-success:hover,
  .responsive-animation a.text-success:focus {
    color: #2b542c; }
  .responsive-animation .text-info {
    color: #31708f; }
  .responsive-animation a.text-info:hover,
  .responsive-animation a.text-info:focus {
    color: #245269; }
  .responsive-animation .text-warning {
    color: #8a6d3b; }
  .responsive-animation a.text-warning:hover,
  .responsive-animation a.text-warning:focus {
    color: #66512c; }
  .responsive-animation .text-danger {
    color: #a94442; }
  .responsive-animation a.text-danger:hover,
  .responsive-animation a.text-danger:focus {
    color: #843534; }
  .responsive-animation .bg-primary {
    color: #fff;
    background-color: #337ab7; }
  .responsive-animation a.bg-primary:hover,
  .responsive-animation a.bg-primary:focus {
    background-color: #286090; }
  .responsive-animation .bg-success {
    background-color: #dff0d8; }
  .responsive-animation a.bg-success:hover,
  .responsive-animation a.bg-success:focus {
    background-color: #c1e2b3; }
  .responsive-animation .bg-info {
    background-color: #d9edf7; }
  .responsive-animation a.bg-info:hover,
  .responsive-animation a.bg-info:focus {
    background-color: #afd9ee; }
  .responsive-animation .bg-warning {
    background-color: #fcf8e3; }
  .responsive-animation a.bg-warning:hover,
  .responsive-animation a.bg-warning:focus {
    background-color: #f7ecb5; }
  .responsive-animation .bg-danger {
    background-color: #f2dede; }
  .responsive-animation a.bg-danger:hover,
  .responsive-animation a.bg-danger:focus {
    background-color: #e4b9b9; }
  .responsive-animation .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee; }
  .responsive-animation ul,
  .responsive-animation ol {
    margin-top: 0;
    margin-bottom: 10px; }
  .responsive-animation ul ul,
  .responsive-animation ol ul,
  .responsive-animation ul ol,
  .responsive-animation ol ol {
    margin-bottom: 0; }
  .responsive-animation .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .responsive-animation .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none; }
  .responsive-animation .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }
  .responsive-animation dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .responsive-animation dt,
  .responsive-animation dd {
    line-height: 1.42857143; }
  .responsive-animation dt {
    font-weight: bold; }
  .responsive-animation dd {
    margin-left: 0; }
  @media (min-width: 768px) {
    .responsive-animation .dl-horizontal dt {
      float: left;
      width: 160px;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .responsive-animation .dl-horizontal dd {
      margin-left: 180px; } }
  .responsive-animation abbr[title],
  .responsive-animation abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777; }
  .responsive-animation .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .responsive-animation blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee; }
  .responsive-animation blockquote p:last-child,
  .responsive-animation blockquote ul:last-child,
  .responsive-animation blockquote ol:last-child {
    margin-bottom: 0; }
  .responsive-animation blockquote footer,
  .responsive-animation blockquote small,
  .responsive-animation blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
  .responsive-animation blockquote footer:before,
  .responsive-animation blockquote small:before,
  .responsive-animation blockquote .small:before {
    content: '\2014 \00A0'; }
  .responsive-animation .blockquote-reverse,
  .responsive-animation blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0; }
  .responsive-animation .blockquote-reverse footer:before,
  .responsive-animation blockquote.pull-right footer:before,
  .responsive-animation .blockquote-reverse small:before,
  .responsive-animation blockquote.pull-right small:before,
  .responsive-animation .blockquote-reverse .small:before,
  .responsive-animation blockquote.pull-right .small:before {
    content: ''; }
  .responsive-animation .blockquote-reverse footer:after,
  .responsive-animation blockquote.pull-right footer:after,
  .responsive-animation .blockquote-reverse small:after,
  .responsive-animation blockquote.pull-right small:after,
  .responsive-animation .blockquote-reverse .small:after,
  .responsive-animation blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }
  .responsive-animation address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143; }
  .responsive-animation code,
  .responsive-animation kbd,
  .responsive-animation pre,
  .responsive-animation samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .responsive-animation code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  .responsive-animation kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .responsive-animation kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }
  .responsive-animation pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .responsive-animation pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }
  .responsive-animation .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .responsive-animation .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 768px) {
    .responsive-animation .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .responsive-animation .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .responsive-animation .container {
      width: 1170px; } }
  .responsive-animation .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .responsive-animation .row {
    margin-right: -15px;
    margin-left: -15px; }
  .responsive-animation .col-xs-1, .responsive-animation .col-sm-1, .responsive-animation .col-md-1, .responsive-animation .col-lg-1, .responsive-animation .col-xs-2, .responsive-animation .col-sm-2, .responsive-animation .col-md-2, .responsive-animation .col-lg-2, .responsive-animation .col-xs-3, .responsive-animation .col-sm-3, .responsive-animation .col-md-3, .responsive-animation .col-lg-3, .responsive-animation .col-xs-4, .responsive-animation .col-sm-4, .responsive-animation .col-md-4, .responsive-animation .col-lg-4, .responsive-animation .col-xs-5, .responsive-animation .col-sm-5, .responsive-animation .col-md-5, .responsive-animation .col-lg-5, .responsive-animation .col-xs-6, .responsive-animation .col-sm-6, .responsive-animation .col-md-6, .responsive-animation .col-lg-6, .responsive-animation .col-xs-7, .responsive-animation .col-sm-7, .responsive-animation .col-md-7, .responsive-animation .col-lg-7, .responsive-animation .col-xs-8, .responsive-animation .col-sm-8, .responsive-animation .col-md-8, .responsive-animation .col-lg-8, .responsive-animation .col-xs-9, .responsive-animation .col-sm-9, .responsive-animation .col-md-9, .responsive-animation .col-lg-9, .responsive-animation .col-xs-10, .responsive-animation .col-sm-10, .responsive-animation .col-md-10, .responsive-animation .col-lg-10, .responsive-animation .col-xs-11, .responsive-animation .col-sm-11, .responsive-animation .col-md-11, .responsive-animation .col-lg-11, .responsive-animation .col-xs-12, .responsive-animation .col-sm-12, .responsive-animation .col-md-12, .responsive-animation .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .responsive-animation .col-xs-1, .responsive-animation .col-xs-2, .responsive-animation .col-xs-3, .responsive-animation .col-xs-4, .responsive-animation .col-xs-5, .responsive-animation .col-xs-6, .responsive-animation .col-xs-7, .responsive-animation .col-xs-8, .responsive-animation .col-xs-9, .responsive-animation .col-xs-10, .responsive-animation .col-xs-11, .responsive-animation .col-xs-12 {
    float: left; }
  .responsive-animation .col-xs-12 {
    width: 100%; }
  .responsive-animation .col-xs-11 {
    width: 91.66666667%; }
  .responsive-animation .col-xs-10 {
    width: 83.33333333%; }
  .responsive-animation .col-xs-9 {
    width: 75%; }
  .responsive-animation .col-xs-8 {
    width: 66.66666667%; }
  .responsive-animation .col-xs-7 {
    width: 58.33333333%; }
  .responsive-animation .col-xs-6 {
    width: 50%; }
  .responsive-animation .col-xs-5 {
    width: 41.66666667%; }
  .responsive-animation .col-xs-4 {
    width: 33.33333333%; }
  .responsive-animation .col-xs-3 {
    width: 25%; }
  .responsive-animation .col-xs-2 {
    width: 16.66666667%; }
  .responsive-animation .col-xs-1 {
    width: 8.33333333%; }
  .responsive-animation .col-xs-pull-12 {
    right: 100%; }
  .responsive-animation .col-xs-pull-11 {
    right: 91.66666667%; }
  .responsive-animation .col-xs-pull-10 {
    right: 83.33333333%; }
  .responsive-animation .col-xs-pull-9 {
    right: 75%; }
  .responsive-animation .col-xs-pull-8 {
    right: 66.66666667%; }
  .responsive-animation .col-xs-pull-7 {
    right: 58.33333333%; }
  .responsive-animation .col-xs-pull-6 {
    right: 50%; }
  .responsive-animation .col-xs-pull-5 {
    right: 41.66666667%; }
  .responsive-animation .col-xs-pull-4 {
    right: 33.33333333%; }
  .responsive-animation .col-xs-pull-3 {
    right: 25%; }
  .responsive-animation .col-xs-pull-2 {
    right: 16.66666667%; }
  .responsive-animation .col-xs-pull-1 {
    right: 8.33333333%; }
  .responsive-animation .col-xs-pull-0 {
    right: auto; }
  .responsive-animation .col-xs-push-12 {
    left: 100%; }
  .responsive-animation .col-xs-push-11 {
    left: 91.66666667%; }
  .responsive-animation .col-xs-push-10 {
    left: 83.33333333%; }
  .responsive-animation .col-xs-push-9 {
    left: 75%; }
  .responsive-animation .col-xs-push-8 {
    left: 66.66666667%; }
  .responsive-animation .col-xs-push-7 {
    left: 58.33333333%; }
  .responsive-animation .col-xs-push-6 {
    left: 50%; }
  .responsive-animation .col-xs-push-5 {
    left: 41.66666667%; }
  .responsive-animation .col-xs-push-4 {
    left: 33.33333333%; }
  .responsive-animation .col-xs-push-3 {
    left: 25%; }
  .responsive-animation .col-xs-push-2 {
    left: 16.66666667%; }
  .responsive-animation .col-xs-push-1 {
    left: 8.33333333%; }
  .responsive-animation .col-xs-push-0 {
    left: auto; }
  .responsive-animation .col-xs-offset-12 {
    margin-left: 100%; }
  .responsive-animation .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .responsive-animation .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .responsive-animation .col-xs-offset-9 {
    margin-left: 75%; }
  .responsive-animation .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .responsive-animation .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .responsive-animation .col-xs-offset-6 {
    margin-left: 50%; }
  .responsive-animation .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .responsive-animation .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .responsive-animation .col-xs-offset-3 {
    margin-left: 25%; }
  .responsive-animation .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .responsive-animation .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .responsive-animation .col-xs-offset-0 {
    margin-left: 0; }
  @media (min-width: 768px) {
    .responsive-animation .col-sm-1, .responsive-animation .col-sm-2, .responsive-animation .col-sm-3, .responsive-animation .col-sm-4, .responsive-animation .col-sm-5, .responsive-animation .col-sm-6, .responsive-animation .col-sm-7, .responsive-animation .col-sm-8, .responsive-animation .col-sm-9, .responsive-animation .col-sm-10, .responsive-animation .col-sm-11, .responsive-animation .col-sm-12 {
      float: left; }
    .responsive-animation .col-sm-12 {
      width: 100%; }
    .responsive-animation .col-sm-11 {
      width: 91.66666667%; }
    .responsive-animation .col-sm-10 {
      width: 83.33333333%; }
    .responsive-animation .col-sm-9 {
      width: 75%; }
    .responsive-animation .col-sm-8 {
      width: 66.66666667%; }
    .responsive-animation .col-sm-7 {
      width: 58.33333333%; }
    .responsive-animation .col-sm-6 {
      width: 50%; }
    .responsive-animation .col-sm-5 {
      width: 41.66666667%; }
    .responsive-animation .col-sm-4 {
      width: 33.33333333%; }
    .responsive-animation .col-sm-3 {
      width: 25%; }
    .responsive-animation .col-sm-2 {
      width: 16.66666667%; }
    .responsive-animation .col-sm-1 {
      width: 8.33333333%; }
    .responsive-animation .col-sm-pull-12 {
      right: 100%; }
    .responsive-animation .col-sm-pull-11 {
      right: 91.66666667%; }
    .responsive-animation .col-sm-pull-10 {
      right: 83.33333333%; }
    .responsive-animation .col-sm-pull-9 {
      right: 75%; }
    .responsive-animation .col-sm-pull-8 {
      right: 66.66666667%; }
    .responsive-animation .col-sm-pull-7 {
      right: 58.33333333%; }
    .responsive-animation .col-sm-pull-6 {
      right: 50%; }
    .responsive-animation .col-sm-pull-5 {
      right: 41.66666667%; }
    .responsive-animation .col-sm-pull-4 {
      right: 33.33333333%; }
    .responsive-animation .col-sm-pull-3 {
      right: 25%; }
    .responsive-animation .col-sm-pull-2 {
      right: 16.66666667%; }
    .responsive-animation .col-sm-pull-1 {
      right: 8.33333333%; }
    .responsive-animation .col-sm-pull-0 {
      right: auto; }
    .responsive-animation .col-sm-push-12 {
      left: 100%; }
    .responsive-animation .col-sm-push-11 {
      left: 91.66666667%; }
    .responsive-animation .col-sm-push-10 {
      left: 83.33333333%; }
    .responsive-animation .col-sm-push-9 {
      left: 75%; }
    .responsive-animation .col-sm-push-8 {
      left: 66.66666667%; }
    .responsive-animation .col-sm-push-7 {
      left: 58.33333333%; }
    .responsive-animation .col-sm-push-6 {
      left: 50%; }
    .responsive-animation .col-sm-push-5 {
      left: 41.66666667%; }
    .responsive-animation .col-sm-push-4 {
      left: 33.33333333%; }
    .responsive-animation .col-sm-push-3 {
      left: 25%; }
    .responsive-animation .col-sm-push-2 {
      left: 16.66666667%; }
    .responsive-animation .col-sm-push-1 {
      left: 8.33333333%; }
    .responsive-animation .col-sm-push-0 {
      left: auto; }
    .responsive-animation .col-sm-offset-12 {
      margin-left: 100%; }
    .responsive-animation .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    .responsive-animation .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    .responsive-animation .col-sm-offset-9 {
      margin-left: 75%; }
    .responsive-animation .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    .responsive-animation .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    .responsive-animation .col-sm-offset-6 {
      margin-left: 50%; }
    .responsive-animation .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    .responsive-animation .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    .responsive-animation .col-sm-offset-3 {
      margin-left: 25%; }
    .responsive-animation .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    .responsive-animation .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    .responsive-animation .col-sm-offset-0 {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .responsive-animation .col-md-1, .responsive-animation .col-md-2, .responsive-animation .col-md-3, .responsive-animation .col-md-4, .responsive-animation .col-md-5, .responsive-animation .col-md-6, .responsive-animation .col-md-7, .responsive-animation .col-md-8, .responsive-animation .col-md-9, .responsive-animation .col-md-10, .responsive-animation .col-md-11, .responsive-animation .col-md-12 {
      float: left; }
    .responsive-animation .col-md-12 {
      width: 100%; }
    .responsive-animation .col-md-11 {
      width: 91.66666667%; }
    .responsive-animation .col-md-10 {
      width: 83.33333333%; }
    .responsive-animation .col-md-9 {
      width: 75%; }
    .responsive-animation .col-md-8 {
      width: 66.66666667%; }
    .responsive-animation .col-md-7 {
      width: 58.33333333%; }
    .responsive-animation .col-md-6 {
      width: 50%; }
    .responsive-animation .col-md-5 {
      width: 41.66666667%; }
    .responsive-animation .col-md-4 {
      width: 33.33333333%; }
    .responsive-animation .col-md-3 {
      width: 25%; }
    .responsive-animation .col-md-2 {
      width: 16.66666667%; }
    .responsive-animation .col-md-1 {
      width: 8.33333333%; }
    .responsive-animation .col-md-pull-12 {
      right: 100%; }
    .responsive-animation .col-md-pull-11 {
      right: 91.66666667%; }
    .responsive-animation .col-md-pull-10 {
      right: 83.33333333%; }
    .responsive-animation .col-md-pull-9 {
      right: 75%; }
    .responsive-animation .col-md-pull-8 {
      right: 66.66666667%; }
    .responsive-animation .col-md-pull-7 {
      right: 58.33333333%; }
    .responsive-animation .col-md-pull-6 {
      right: 50%; }
    .responsive-animation .col-md-pull-5 {
      right: 41.66666667%; }
    .responsive-animation .col-md-pull-4 {
      right: 33.33333333%; }
    .responsive-animation .col-md-pull-3 {
      right: 25%; }
    .responsive-animation .col-md-pull-2 {
      right: 16.66666667%; }
    .responsive-animation .col-md-pull-1 {
      right: 8.33333333%; }
    .responsive-animation .col-md-pull-0 {
      right: auto; }
    .responsive-animation .col-md-push-12 {
      left: 100%; }
    .responsive-animation .col-md-push-11 {
      left: 91.66666667%; }
    .responsive-animation .col-md-push-10 {
      left: 83.33333333%; }
    .responsive-animation .col-md-push-9 {
      left: 75%; }
    .responsive-animation .col-md-push-8 {
      left: 66.66666667%; }
    .responsive-animation .col-md-push-7 {
      left: 58.33333333%; }
    .responsive-animation .col-md-push-6 {
      left: 50%; }
    .responsive-animation .col-md-push-5 {
      left: 41.66666667%; }
    .responsive-animation .col-md-push-4 {
      left: 33.33333333%; }
    .responsive-animation .col-md-push-3 {
      left: 25%; }
    .responsive-animation .col-md-push-2 {
      left: 16.66666667%; }
    .responsive-animation .col-md-push-1 {
      left: 8.33333333%; }
    .responsive-animation .col-md-push-0 {
      left: auto; }
    .responsive-animation .col-md-offset-12 {
      margin-left: 100%; }
    .responsive-animation .col-md-offset-11 {
      margin-left: 91.66666667%; }
    .responsive-animation .col-md-offset-10 {
      margin-left: 83.33333333%; }
    .responsive-animation .col-md-offset-9 {
      margin-left: 75%; }
    .responsive-animation .col-md-offset-8 {
      margin-left: 66.66666667%; }
    .responsive-animation .col-md-offset-7 {
      margin-left: 58.33333333%; }
    .responsive-animation .col-md-offset-6 {
      margin-left: 50%; }
    .responsive-animation .col-md-offset-5 {
      margin-left: 41.66666667%; }
    .responsive-animation .col-md-offset-4 {
      margin-left: 33.33333333%; }
    .responsive-animation .col-md-offset-3 {
      margin-left: 25%; }
    .responsive-animation .col-md-offset-2 {
      margin-left: 16.66666667%; }
    .responsive-animation .col-md-offset-1 {
      margin-left: 8.33333333%; }
    .responsive-animation .col-md-offset-0 {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .responsive-animation .col-lg-1, .responsive-animation .col-lg-2, .responsive-animation .col-lg-3, .responsive-animation .col-lg-4, .responsive-animation .col-lg-5, .responsive-animation .col-lg-6, .responsive-animation .col-lg-7, .responsive-animation .col-lg-8, .responsive-animation .col-lg-9, .responsive-animation .col-lg-10, .responsive-animation .col-lg-11, .responsive-animation .col-lg-12 {
      float: left; }
    .responsive-animation .col-lg-12 {
      width: 100%; }
    .responsive-animation .col-lg-11 {
      width: 91.66666667%; }
    .responsive-animation .col-lg-10 {
      width: 83.33333333%; }
    .responsive-animation .col-lg-9 {
      width: 75%; }
    .responsive-animation .col-lg-8 {
      width: 66.66666667%; }
    .responsive-animation .col-lg-7 {
      width: 58.33333333%; }
    .responsive-animation .col-lg-6 {
      width: 50%; }
    .responsive-animation .col-lg-5 {
      width: 41.66666667%; }
    .responsive-animation .col-lg-4 {
      width: 33.33333333%; }
    .responsive-animation .col-lg-3 {
      width: 25%; }
    .responsive-animation .col-lg-2 {
      width: 16.66666667%; }
    .responsive-animation .col-lg-1 {
      width: 8.33333333%; }
    .responsive-animation .col-lg-pull-12 {
      right: 100%; }
    .responsive-animation .col-lg-pull-11 {
      right: 91.66666667%; }
    .responsive-animation .col-lg-pull-10 {
      right: 83.33333333%; }
    .responsive-animation .col-lg-pull-9 {
      right: 75%; }
    .responsive-animation .col-lg-pull-8 {
      right: 66.66666667%; }
    .responsive-animation .col-lg-pull-7 {
      right: 58.33333333%; }
    .responsive-animation .col-lg-pull-6 {
      right: 50%; }
    .responsive-animation .col-lg-pull-5 {
      right: 41.66666667%; }
    .responsive-animation .col-lg-pull-4 {
      right: 33.33333333%; }
    .responsive-animation .col-lg-pull-3 {
      right: 25%; }
    .responsive-animation .col-lg-pull-2 {
      right: 16.66666667%; }
    .responsive-animation .col-lg-pull-1 {
      right: 8.33333333%; }
    .responsive-animation .col-lg-pull-0 {
      right: auto; }
    .responsive-animation .col-lg-push-12 {
      left: 100%; }
    .responsive-animation .col-lg-push-11 {
      left: 91.66666667%; }
    .responsive-animation .col-lg-push-10 {
      left: 83.33333333%; }
    .responsive-animation .col-lg-push-9 {
      left: 75%; }
    .responsive-animation .col-lg-push-8 {
      left: 66.66666667%; }
    .responsive-animation .col-lg-push-7 {
      left: 58.33333333%; }
    .responsive-animation .col-lg-push-6 {
      left: 50%; }
    .responsive-animation .col-lg-push-5 {
      left: 41.66666667%; }
    .responsive-animation .col-lg-push-4 {
      left: 33.33333333%; }
    .responsive-animation .col-lg-push-3 {
      left: 25%; }
    .responsive-animation .col-lg-push-2 {
      left: 16.66666667%; }
    .responsive-animation .col-lg-push-1 {
      left: 8.33333333%; }
    .responsive-animation .col-lg-push-0 {
      left: auto; }
    .responsive-animation .col-lg-offset-12 {
      margin-left: 100%; }
    .responsive-animation .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    .responsive-animation .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    .responsive-animation .col-lg-offset-9 {
      margin-left: 75%; }
    .responsive-animation .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    .responsive-animation .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    .responsive-animation .col-lg-offset-6 {
      margin-left: 50%; }
    .responsive-animation .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    .responsive-animation .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    .responsive-animation .col-lg-offset-3 {
      margin-left: 25%; }
    .responsive-animation .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    .responsive-animation .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    .responsive-animation .col-lg-offset-0 {
      margin-left: 0; } }
  .responsive-animation table {
    background-color: transparent; }
  .responsive-animation caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left; }
  .responsive-animation th {
    text-align: left; }
  .responsive-animation .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .responsive-animation .table > thead > tr > th,
  .responsive-animation .table > tbody > tr > th,
  .responsive-animation .table > tfoot > tr > th,
  .responsive-animation .table > thead > tr > td,
  .responsive-animation .table > tbody > tr > td,
  .responsive-animation .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .responsive-animation .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .responsive-animation .table > caption + thead > tr:first-child > th,
  .responsive-animation .table > colgroup + thead > tr:first-child > th,
  .responsive-animation .table > thead:first-child > tr:first-child > th,
  .responsive-animation .table > caption + thead > tr:first-child > td,
  .responsive-animation .table > colgroup + thead > tr:first-child > td,
  .responsive-animation .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .responsive-animation .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .responsive-animation .table .table {
    background-color: #fff; }
  .responsive-animation .table-condensed > thead > tr > th,
  .responsive-animation .table-condensed > tbody > tr > th,
  .responsive-animation .table-condensed > tfoot > tr > th,
  .responsive-animation .table-condensed > thead > tr > td,
  .responsive-animation .table-condensed > tbody > tr > td,
  .responsive-animation .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .responsive-animation .table-bordered {
    border: 1px solid #ddd; }
  .responsive-animation .table-bordered > thead > tr > th,
  .responsive-animation .table-bordered > tbody > tr > th,
  .responsive-animation .table-bordered > tfoot > tr > th,
  .responsive-animation .table-bordered > thead > tr > td,
  .responsive-animation .table-bordered > tbody > tr > td,
  .responsive-animation .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .responsive-animation .table-bordered > thead > tr > th,
  .responsive-animation .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
  .responsive-animation .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .responsive-animation .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .responsive-animation table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  .responsive-animation table td[class*="col-"],
  .responsive-animation table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }
  .responsive-animation .table > thead > tr > td.active,
  .responsive-animation .table > tbody > tr > td.active,
  .responsive-animation .table > tfoot > tr > td.active,
  .responsive-animation .table > thead > tr > th.active,
  .responsive-animation .table > tbody > tr > th.active,
  .responsive-animation .table > tfoot > tr > th.active,
  .responsive-animation .table > thead > tr.active > td,
  .responsive-animation .table > tbody > tr.active > td,
  .responsive-animation .table > tfoot > tr.active > td,
  .responsive-animation .table > thead > tr.active > th,
  .responsive-animation .table > tbody > tr.active > th,
  .responsive-animation .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  .responsive-animation .table-hover > tbody > tr > td.active:hover,
  .responsive-animation .table-hover > tbody > tr > th.active:hover,
  .responsive-animation .table-hover > tbody > tr.active:hover > td,
  .responsive-animation .table-hover > tbody > tr:hover > .active,
  .responsive-animation .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .responsive-animation .table > thead > tr > td.success,
  .responsive-animation .table > tbody > tr > td.success,
  .responsive-animation .table > tfoot > tr > td.success,
  .responsive-animation .table > thead > tr > th.success,
  .responsive-animation .table > tbody > tr > th.success,
  .responsive-animation .table > tfoot > tr > th.success,
  .responsive-animation .table > thead > tr.success > td,
  .responsive-animation .table > tbody > tr.success > td,
  .responsive-animation .table > tfoot > tr.success > td,
  .responsive-animation .table > thead > tr.success > th,
  .responsive-animation .table > tbody > tr.success > th,
  .responsive-animation .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  .responsive-animation .table-hover > tbody > tr > td.success:hover,
  .responsive-animation .table-hover > tbody > tr > th.success:hover,
  .responsive-animation .table-hover > tbody > tr.success:hover > td,
  .responsive-animation .table-hover > tbody > tr:hover > .success,
  .responsive-animation .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  .responsive-animation .table > thead > tr > td.info,
  .responsive-animation .table > tbody > tr > td.info,
  .responsive-animation .table > tfoot > tr > td.info,
  .responsive-animation .table > thead > tr > th.info,
  .responsive-animation .table > tbody > tr > th.info,
  .responsive-animation .table > tfoot > tr > th.info,
  .responsive-animation .table > thead > tr.info > td,
  .responsive-animation .table > tbody > tr.info > td,
  .responsive-animation .table > tfoot > tr.info > td,
  .responsive-animation .table > thead > tr.info > th,
  .responsive-animation .table > tbody > tr.info > th,
  .responsive-animation .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  .responsive-animation .table-hover > tbody > tr > td.info:hover,
  .responsive-animation .table-hover > tbody > tr > th.info:hover,
  .responsive-animation .table-hover > tbody > tr.info:hover > td,
  .responsive-animation .table-hover > tbody > tr:hover > .info,
  .responsive-animation .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  .responsive-animation .table > thead > tr > td.warning,
  .responsive-animation .table > tbody > tr > td.warning,
  .responsive-animation .table > tfoot > tr > td.warning,
  .responsive-animation .table > thead > tr > th.warning,
  .responsive-animation .table > tbody > tr > th.warning,
  .responsive-animation .table > tfoot > tr > th.warning,
  .responsive-animation .table > thead > tr.warning > td,
  .responsive-animation .table > tbody > tr.warning > td,
  .responsive-animation .table > tfoot > tr.warning > td,
  .responsive-animation .table > thead > tr.warning > th,
  .responsive-animation .table > tbody > tr.warning > th,
  .responsive-animation .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  .responsive-animation .table-hover > tbody > tr > td.warning:hover,
  .responsive-animation .table-hover > tbody > tr > th.warning:hover,
  .responsive-animation .table-hover > tbody > tr.warning:hover > td,
  .responsive-animation .table-hover > tbody > tr:hover > .warning,
  .responsive-animation .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  .responsive-animation .table > thead > tr > td.danger,
  .responsive-animation .table > tbody > tr > td.danger,
  .responsive-animation .table > tfoot > tr > td.danger,
  .responsive-animation .table > thead > tr > th.danger,
  .responsive-animation .table > tbody > tr > th.danger,
  .responsive-animation .table > tfoot > tr > th.danger,
  .responsive-animation .table > thead > tr.danger > td,
  .responsive-animation .table > tbody > tr.danger > td,
  .responsive-animation .table > tfoot > tr.danger > td,
  .responsive-animation .table > thead > tr.danger > th,
  .responsive-animation .table > tbody > tr.danger > th,
  .responsive-animation .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
  .responsive-animation .table-hover > tbody > tr > td.danger:hover,
  .responsive-animation .table-hover > tbody > tr > th.danger:hover,
  .responsive-animation .table-hover > tbody > tr.danger:hover > td,
  .responsive-animation .table-hover > tbody > tr:hover > .danger,
  .responsive-animation .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
  .responsive-animation .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .responsive-animation .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
    .responsive-animation .table-responsive > .table {
      margin-bottom: 0; }
    .responsive-animation .table-responsive > .table > thead > tr > th,
    .responsive-animation .table-responsive > .table > tbody > tr > th,
    .responsive-animation .table-responsive > .table > tfoot > tr > th,
    .responsive-animation .table-responsive > .table > thead > tr > td,
    .responsive-animation .table-responsive > .table > tbody > tr > td,
    .responsive-animation .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap; }
    .responsive-animation .table-responsive > .table-bordered {
      border: 0; }
    .responsive-animation .table-responsive > .table-bordered > thead > tr > th:first-child,
    .responsive-animation .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .responsive-animation .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .responsive-animation .table-responsive > .table-bordered > thead > tr > td:first-child,
    .responsive-animation .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .responsive-animation .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .responsive-animation .table-responsive > .table-bordered > thead > tr > th:last-child,
    .responsive-animation .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .responsive-animation .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .responsive-animation .table-responsive > .table-bordered > thead > tr > td:last-child,
    .responsive-animation .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .responsive-animation .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .responsive-animation .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .responsive-animation .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .responsive-animation .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .responsive-animation .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0; } }
  .responsive-animation fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .responsive-animation legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .responsive-animation label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .responsive-animation input[type="search"] {
    box-sizing: border-box; }
  .responsive-animation input[type="radio"],
  .responsive-animation input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .responsive-animation input[type="file"] {
    display: block; }
  .responsive-animation input[type="range"] {
    display: block;
    width: 100%; }
  .responsive-animation select[multiple],
  .responsive-animation select[size] {
    height: auto; }
  .responsive-animation input[type="file"]:focus,
  .responsive-animation input[type="radio"]:focus,
  .responsive-animation input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .responsive-animation output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555; }
  .responsive-animation .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .responsive-animation .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .responsive-animation .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .responsive-animation .form-control:-ms-input-placeholder {
    color: #999; }
  .responsive-animation .form-control::-webkit-input-placeholder {
    color: #999; }
  .responsive-animation .form-control[disabled],
  .responsive-animation .form-control[readonly],
  .responsive-animation fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
  .responsive-animation .form-control[disabled],
  .responsive-animation fieldset[disabled] .form-control {
    cursor: not-allowed; }
  .responsive-animation textarea.form-control {
    height: auto; }
  .responsive-animation input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .responsive-animation input[type="date"].form-control,
    .responsive-animation input[type="time"].form-control,
    .responsive-animation input[type="datetime-local"].form-control,
    .responsive-animation input[type="month"].form-control {
      line-height: 34px; }
    .responsive-animation input[type="date"].input-sm,
    .responsive-animation input[type="time"].input-sm,
    .responsive-animation input[type="datetime-local"].input-sm,
    .responsive-animation input[type="month"].input-sm,
    .responsive-animation .input-group-sm input[type="date"],
    .responsive-animation .input-group-sm input[type="time"],
    .responsive-animation .input-group-sm input[type="datetime-local"],
    .responsive-animation .input-group-sm input[type="month"] {
      line-height: 30px; }
    .responsive-animation input[type="date"].input-lg,
    .responsive-animation input[type="time"].input-lg,
    .responsive-animation input[type="datetime-local"].input-lg,
    .responsive-animation input[type="month"].input-lg,
    .responsive-animation .input-group-lg input[type="date"],
    .responsive-animation .input-group-lg input[type="time"],
    .responsive-animation .input-group-lg input[type="datetime-local"],
    .responsive-animation .input-group-lg input[type="month"] {
      line-height: 46px; } }
  .responsive-animation .form-group {
    margin-bottom: 15px; }
  .responsive-animation .radio,
  .responsive-animation .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .responsive-animation .radio label,
  .responsive-animation .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .responsive-animation .radio input[type="radio"],
  .responsive-animation .radio-inline input[type="radio"],
  .responsive-animation .checkbox input[type="checkbox"],
  .responsive-animation .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
  .responsive-animation .radio + .radio,
  .responsive-animation .checkbox + .checkbox {
    margin-top: -5px; }
  .responsive-animation .radio-inline,
  .responsive-animation .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer; }
  .responsive-animation .radio-inline + .radio-inline,
  .responsive-animation .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  .responsive-animation input[type="radio"][disabled],
  .responsive-animation input[type="checkbox"][disabled],
  .responsive-animation input[type="radio"].disabled,
  .responsive-animation input[type="checkbox"].disabled,
  .responsive-animation fieldset[disabled] input[type="radio"],
  .responsive-animation fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }
  .responsive-animation .radio-inline.disabled,
  .responsive-animation .checkbox-inline.disabled,
  .responsive-animation fieldset[disabled] .radio-inline,
  .responsive-animation fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }
  .responsive-animation .radio.disabled label,
  .responsive-animation .checkbox.disabled label,
  .responsive-animation fieldset[disabled] .radio label,
  .responsive-animation fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .responsive-animation .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
  .responsive-animation .form-control-static.input-lg,
  .responsive-animation .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }
  .responsive-animation .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .responsive-animation select.input-sm {
    height: 30px;
    line-height: 30px; }
  .responsive-animation textarea.input-sm,
  .responsive-animation select[multiple].input-sm {
    height: auto; }
  .responsive-animation .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .responsive-animation .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .responsive-animation .form-group-sm textarea.form-control,
  .responsive-animation .form-group-sm select[multiple].form-control {
    height: auto; }
  .responsive-animation .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .responsive-animation .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .responsive-animation select.input-lg {
    height: 46px;
    line-height: 46px; }
  .responsive-animation textarea.input-lg,
  .responsive-animation select[multiple].input-lg {
    height: auto; }
  .responsive-animation .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .responsive-animation .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .responsive-animation .form-group-lg textarea.form-control,
  .responsive-animation .form-group-lg select[multiple].form-control {
    height: auto; }
  .responsive-animation .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .responsive-animation .has-feedback {
    position: relative; }
  .responsive-animation .has-feedback .form-control {
    padding-right: 42.5px; }
  .responsive-animation .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .responsive-animation .input-lg + .form-control-feedback,
  .responsive-animation .input-group-lg + .form-control-feedback,
  .responsive-animation .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .responsive-animation .input-sm + .form-control-feedback,
  .responsive-animation .input-group-sm + .form-control-feedback,
  .responsive-animation .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .responsive-animation .has-success .help-block,
  .responsive-animation .has-success .control-label,
  .responsive-animation .has-success .radio,
  .responsive-animation .has-success .checkbox,
  .responsive-animation .has-success .radio-inline,
  .responsive-animation .has-success .checkbox-inline,
  .responsive-animation .has-success.radio label,
  .responsive-animation .has-success.checkbox label,
  .responsive-animation .has-success.radio-inline label,
  .responsive-animation .has-success.checkbox-inline label {
    color: #3c763d; }
  .responsive-animation .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .responsive-animation .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  .responsive-animation .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d; }
  .responsive-animation .has-success .form-control-feedback {
    color: #3c763d; }
  .responsive-animation .has-warning .help-block,
  .responsive-animation .has-warning .control-label,
  .responsive-animation .has-warning .radio,
  .responsive-animation .has-warning .checkbox,
  .responsive-animation .has-warning .radio-inline,
  .responsive-animation .has-warning .checkbox-inline,
  .responsive-animation .has-warning.radio label,
  .responsive-animation .has-warning.checkbox label,
  .responsive-animation .has-warning.radio-inline label,
  .responsive-animation .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  .responsive-animation .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .responsive-animation .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .responsive-animation .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b; }
  .responsive-animation .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .responsive-animation .has-error .help-block,
  .responsive-animation .has-error .control-label,
  .responsive-animation .has-error .radio,
  .responsive-animation .has-error .checkbox,
  .responsive-animation .has-error .radio-inline,
  .responsive-animation .has-error .checkbox-inline,
  .responsive-animation .has-error.radio label,
  .responsive-animation .has-error.checkbox label,
  .responsive-animation .has-error.radio-inline label,
  .responsive-animation .has-error.checkbox-inline label {
    color: #a94442; }
  .responsive-animation .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .responsive-animation .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .responsive-animation .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442; }
  .responsive-animation .has-error .form-control-feedback {
    color: #a94442; }
  .responsive-animation .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .responsive-animation .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .responsive-animation .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .responsive-animation .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .responsive-animation .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .responsive-animation .form-inline .form-control-static {
      display: inline-block; }
    .responsive-animation .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
    .responsive-animation .form-inline .input-group .input-group-addon,
    .responsive-animation .form-inline .input-group .input-group-btn,
    .responsive-animation .form-inline .input-group .form-control {
      width: auto; }
    .responsive-animation .form-inline .input-group > .form-control {
      width: 100%; }
    .responsive-animation .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .responsive-animation .form-inline .radio,
    .responsive-animation .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .responsive-animation .form-inline .radio label,
    .responsive-animation .form-inline .checkbox label {
      padding-left: 0; }
    .responsive-animation .form-inline .radio input[type="radio"],
    .responsive-animation .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .responsive-animation .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .responsive-animation .form-horizontal .radio,
  .responsive-animation .form-horizontal .checkbox,
  .responsive-animation .form-horizontal .radio-inline,
  .responsive-animation .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0; }
  .responsive-animation .form-horizontal .radio,
  .responsive-animation .form-horizontal .checkbox {
    min-height: 27px; }
  .responsive-animation .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; }
  @media (min-width: 768px) {
    .responsive-animation .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }
  .responsive-animation .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .responsive-animation .form-horizontal .form-group-lg .control-label {
      padding-top: 14.333333px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .responsive-animation .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .responsive-animation .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .responsive-animation .btn:focus,
  .responsive-animation .btn:active:focus,
  .responsive-animation .btn.active:focus,
  .responsive-animation .btn.focus,
  .responsive-animation .btn:active.focus,
  .responsive-animation .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .responsive-animation .btn:hover,
  .responsive-animation .btn:focus,
  .responsive-animation .btn.focus {
    color: #333;
    text-decoration: none; }
  .responsive-animation .btn:active,
  .responsive-animation .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .responsive-animation .btn.disabled,
  .responsive-animation .btn[disabled],
  .responsive-animation fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65; }
  .responsive-animation a.btn.disabled,
  .responsive-animation fieldset[disabled] a.btn {
    pointer-events: none; }
  .responsive-animation .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .responsive-animation .btn-default:focus,
  .responsive-animation .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .responsive-animation .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .responsive-animation .btn-default:active,
  .responsive-animation .btn-default.active,
  .responsive-animation .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .responsive-animation .btn-default:active:hover,
  .responsive-animation .btn-default.active:hover,
  .responsive-animation .open > .dropdown-toggle.btn-default:hover,
  .responsive-animation .btn-default:active:focus,
  .responsive-animation .btn-default.active:focus,
  .responsive-animation .open > .dropdown-toggle.btn-default:focus,
  .responsive-animation .btn-default:active.focus,
  .responsive-animation .btn-default.active.focus,
  .responsive-animation .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .responsive-animation .btn-default:active,
  .responsive-animation .btn-default.active,
  .responsive-animation .open > .dropdown-toggle.btn-default {
    background-image: none; }
  .responsive-animation .btn-default.disabled,
  .responsive-animation .btn-default[disabled],
  .responsive-animation fieldset[disabled] .btn-default,
  .responsive-animation .btn-default.disabled:hover,
  .responsive-animation .btn-default[disabled]:hover,
  .responsive-animation fieldset[disabled] .btn-default:hover,
  .responsive-animation .btn-default.disabled:focus,
  .responsive-animation .btn-default[disabled]:focus,
  .responsive-animation fieldset[disabled] .btn-default:focus,
  .responsive-animation .btn-default.disabled.focus,
  .responsive-animation .btn-default[disabled].focus,
  .responsive-animation fieldset[disabled] .btn-default.focus,
  .responsive-animation .btn-default.disabled:active,
  .responsive-animation .btn-default[disabled]:active,
  .responsive-animation fieldset[disabled] .btn-default:active,
  .responsive-animation .btn-default.disabled.active,
  .responsive-animation .btn-default[disabled].active,
  .responsive-animation fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .responsive-animation .btn-default .badge {
    color: #fff;
    background-color: #333; }
  .responsive-animation .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
  .responsive-animation .btn-primary:focus,
  .responsive-animation .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .responsive-animation .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .responsive-animation .btn-primary:active,
  .responsive-animation .btn-primary.active,
  .responsive-animation .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .responsive-animation .btn-primary:active:hover,
  .responsive-animation .btn-primary.active:hover,
  .responsive-animation .open > .dropdown-toggle.btn-primary:hover,
  .responsive-animation .btn-primary:active:focus,
  .responsive-animation .btn-primary.active:focus,
  .responsive-animation .open > .dropdown-toggle.btn-primary:focus,
  .responsive-animation .btn-primary:active.focus,
  .responsive-animation .btn-primary.active.focus,
  .responsive-animation .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40; }
  .responsive-animation .btn-primary:active,
  .responsive-animation .btn-primary.active,
  .responsive-animation .open > .dropdown-toggle.btn-primary {
    background-image: none; }
  .responsive-animation .btn-primary.disabled,
  .responsive-animation .btn-primary[disabled],
  .responsive-animation fieldset[disabled] .btn-primary,
  .responsive-animation .btn-primary.disabled:hover,
  .responsive-animation .btn-primary[disabled]:hover,
  .responsive-animation fieldset[disabled] .btn-primary:hover,
  .responsive-animation .btn-primary.disabled:focus,
  .responsive-animation .btn-primary[disabled]:focus,
  .responsive-animation fieldset[disabled] .btn-primary:focus,
  .responsive-animation .btn-primary.disabled.focus,
  .responsive-animation .btn-primary[disabled].focus,
  .responsive-animation fieldset[disabled] .btn-primary.focus,
  .responsive-animation .btn-primary.disabled:active,
  .responsive-animation .btn-primary[disabled]:active,
  .responsive-animation fieldset[disabled] .btn-primary:active,
  .responsive-animation .btn-primary.disabled.active,
  .responsive-animation .btn-primary[disabled].active,
  .responsive-animation fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .responsive-animation .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }
  .responsive-animation .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .responsive-animation .btn-success:focus,
  .responsive-animation .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .responsive-animation .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .responsive-animation .btn-success:active,
  .responsive-animation .btn-success.active,
  .responsive-animation .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .responsive-animation .btn-success:active:hover,
  .responsive-animation .btn-success.active:hover,
  .responsive-animation .open > .dropdown-toggle.btn-success:hover,
  .responsive-animation .btn-success:active:focus,
  .responsive-animation .btn-success.active:focus,
  .responsive-animation .open > .dropdown-toggle.btn-success:focus,
  .responsive-animation .btn-success:active.focus,
  .responsive-animation .btn-success.active.focus,
  .responsive-animation .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625; }
  .responsive-animation .btn-success:active,
  .responsive-animation .btn-success.active,
  .responsive-animation .open > .dropdown-toggle.btn-success {
    background-image: none; }
  .responsive-animation .btn-success.disabled,
  .responsive-animation .btn-success[disabled],
  .responsive-animation fieldset[disabled] .btn-success,
  .responsive-animation .btn-success.disabled:hover,
  .responsive-animation .btn-success[disabled]:hover,
  .responsive-animation fieldset[disabled] .btn-success:hover,
  .responsive-animation .btn-success.disabled:focus,
  .responsive-animation .btn-success[disabled]:focus,
  .responsive-animation fieldset[disabled] .btn-success:focus,
  .responsive-animation .btn-success.disabled.focus,
  .responsive-animation .btn-success[disabled].focus,
  .responsive-animation fieldset[disabled] .btn-success.focus,
  .responsive-animation .btn-success.disabled:active,
  .responsive-animation .btn-success[disabled]:active,
  .responsive-animation fieldset[disabled] .btn-success:active,
  .responsive-animation .btn-success.disabled.active,
  .responsive-animation .btn-success[disabled].active,
  .responsive-animation fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .responsive-animation .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }
  .responsive-animation .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
  .responsive-animation .btn-info:focus,
  .responsive-animation .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .responsive-animation .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .responsive-animation .btn-info:active,
  .responsive-animation .btn-info.active,
  .responsive-animation .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .responsive-animation .btn-info:active:hover,
  .responsive-animation .btn-info.active:hover,
  .responsive-animation .open > .dropdown-toggle.btn-info:hover,
  .responsive-animation .btn-info:active:focus,
  .responsive-animation .btn-info.active:focus,
  .responsive-animation .open > .dropdown-toggle.btn-info:focus,
  .responsive-animation .btn-info:active.focus,
  .responsive-animation .btn-info.active.focus,
  .responsive-animation .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .responsive-animation .btn-info:active,
  .responsive-animation .btn-info.active,
  .responsive-animation .open > .dropdown-toggle.btn-info {
    background-image: none; }
  .responsive-animation .btn-info.disabled,
  .responsive-animation .btn-info[disabled],
  .responsive-animation fieldset[disabled] .btn-info,
  .responsive-animation .btn-info.disabled:hover,
  .responsive-animation .btn-info[disabled]:hover,
  .responsive-animation fieldset[disabled] .btn-info:hover,
  .responsive-animation .btn-info.disabled:focus,
  .responsive-animation .btn-info[disabled]:focus,
  .responsive-animation fieldset[disabled] .btn-info:focus,
  .responsive-animation .btn-info.disabled.focus,
  .responsive-animation .btn-info[disabled].focus,
  .responsive-animation fieldset[disabled] .btn-info.focus,
  .responsive-animation .btn-info.disabled:active,
  .responsive-animation .btn-info[disabled]:active,
  .responsive-animation fieldset[disabled] .btn-info:active,
  .responsive-animation .btn-info.disabled.active,
  .responsive-animation .btn-info[disabled].active,
  .responsive-animation fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .responsive-animation .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
  .responsive-animation .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
  .responsive-animation .btn-warning:focus,
  .responsive-animation .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .responsive-animation .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .responsive-animation .btn-warning:active,
  .responsive-animation .btn-warning.active,
  .responsive-animation .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .responsive-animation .btn-warning:active:hover,
  .responsive-animation .btn-warning.active:hover,
  .responsive-animation .open > .dropdown-toggle.btn-warning:hover,
  .responsive-animation .btn-warning:active:focus,
  .responsive-animation .btn-warning.active:focus,
  .responsive-animation .open > .dropdown-toggle.btn-warning:focus,
  .responsive-animation .btn-warning:active.focus,
  .responsive-animation .btn-warning.active.focus,
  .responsive-animation .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d; }
  .responsive-animation .btn-warning:active,
  .responsive-animation .btn-warning.active,
  .responsive-animation .open > .dropdown-toggle.btn-warning {
    background-image: none; }
  .responsive-animation .btn-warning.disabled,
  .responsive-animation .btn-warning[disabled],
  .responsive-animation fieldset[disabled] .btn-warning,
  .responsive-animation .btn-warning.disabled:hover,
  .responsive-animation .btn-warning[disabled]:hover,
  .responsive-animation fieldset[disabled] .btn-warning:hover,
  .responsive-animation .btn-warning.disabled:focus,
  .responsive-animation .btn-warning[disabled]:focus,
  .responsive-animation fieldset[disabled] .btn-warning:focus,
  .responsive-animation .btn-warning.disabled.focus,
  .responsive-animation .btn-warning[disabled].focus,
  .responsive-animation fieldset[disabled] .btn-warning.focus,
  .responsive-animation .btn-warning.disabled:active,
  .responsive-animation .btn-warning[disabled]:active,
  .responsive-animation fieldset[disabled] .btn-warning:active,
  .responsive-animation .btn-warning.disabled.active,
  .responsive-animation .btn-warning[disabled].active,
  .responsive-animation fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .responsive-animation .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
  .responsive-animation .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
  .responsive-animation .btn-danger:focus,
  .responsive-animation .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .responsive-animation .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .responsive-animation .btn-danger:active,
  .responsive-animation .btn-danger.active,
  .responsive-animation .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .responsive-animation .btn-danger:active:hover,
  .responsive-animation .btn-danger.active:hover,
  .responsive-animation .open > .dropdown-toggle.btn-danger:hover,
  .responsive-animation .btn-danger:active:focus,
  .responsive-animation .btn-danger.active:focus,
  .responsive-animation .open > .dropdown-toggle.btn-danger:focus,
  .responsive-animation .btn-danger:active.focus,
  .responsive-animation .btn-danger.active.focus,
  .responsive-animation .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19; }
  .responsive-animation .btn-danger:active,
  .responsive-animation .btn-danger.active,
  .responsive-animation .open > .dropdown-toggle.btn-danger {
    background-image: none; }
  .responsive-animation .btn-danger.disabled,
  .responsive-animation .btn-danger[disabled],
  .responsive-animation fieldset[disabled] .btn-danger,
  .responsive-animation .btn-danger.disabled:hover,
  .responsive-animation .btn-danger[disabled]:hover,
  .responsive-animation fieldset[disabled] .btn-danger:hover,
  .responsive-animation .btn-danger.disabled:focus,
  .responsive-animation .btn-danger[disabled]:focus,
  .responsive-animation fieldset[disabled] .btn-danger:focus,
  .responsive-animation .btn-danger.disabled.focus,
  .responsive-animation .btn-danger[disabled].focus,
  .responsive-animation fieldset[disabled] .btn-danger.focus,
  .responsive-animation .btn-danger.disabled:active,
  .responsive-animation .btn-danger[disabled]:active,
  .responsive-animation fieldset[disabled] .btn-danger:active,
  .responsive-animation .btn-danger.disabled.active,
  .responsive-animation .btn-danger[disabled].active,
  .responsive-animation fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .responsive-animation .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }
  .responsive-animation .btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0; }
  .responsive-animation .btn-link,
  .responsive-animation .btn-link:active,
  .responsive-animation .btn-link.active,
  .responsive-animation .btn-link[disabled],
  .responsive-animation fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .responsive-animation .btn-link,
  .responsive-animation .btn-link:hover,
  .responsive-animation .btn-link:focus,
  .responsive-animation .btn-link:active {
    border-color: transparent; }
  .responsive-animation .btn-link:hover,
  .responsive-animation .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .responsive-animation .btn-link[disabled]:hover,
  .responsive-animation fieldset[disabled] .btn-link:hover,
  .responsive-animation .btn-link[disabled]:focus,
  .responsive-animation fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none; }
  .responsive-animation .btn-lg,
  .responsive-animation .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .responsive-animation .btn-sm,
  .responsive-animation .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .responsive-animation .btn-xs,
  .responsive-animation .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .responsive-animation .btn-block {
    display: block;
    width: 100%; }
  .responsive-animation .btn-block + .btn-block {
    margin-top: 5px; }
  .responsive-animation input[type="submit"].btn-block,
  .responsive-animation input[type="reset"].btn-block,
  .responsive-animation input[type="button"].btn-block {
    width: 100%; }
  .responsive-animation .fade {
    opacity: 0;
    transition: opacity .15s linear; }
  .responsive-animation .fade.in {
    opacity: 1; }
  .responsive-animation .collapse {
    display: none; }
  .responsive-animation .collapse.in {
    display: block; }
  .responsive-animation tr.collapse.in {
    display: table-row; }
  .responsive-animation tbody.collapse.in {
    display: table-row-group; }
  .responsive-animation .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility; }
  .responsive-animation .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .responsive-animation .dropup,
  .responsive-animation .dropdown {
    position: relative; }
  .responsive-animation .dropdown-toggle:focus {
    outline: 0; }
  .responsive-animation .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: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .responsive-animation .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .responsive-animation .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .responsive-animation .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
  .responsive-animation .dropdown-menu > li > a:hover,
  .responsive-animation .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }
  .responsive-animation .dropdown-menu > .active > a,
  .responsive-animation .dropdown-menu > .active > a:hover,
  .responsive-animation .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0; }
  .responsive-animation .dropdown-menu > .disabled > a,
  .responsive-animation .dropdown-menu > .disabled > a:hover,
  .responsive-animation .dropdown-menu > .disabled > a:focus {
    color: #777; }
  .responsive-animation .dropdown-menu > .disabled > a:hover,
  .responsive-animation .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .responsive-animation .open > .dropdown-menu {
    display: block; }
  .responsive-animation .open > a {
    outline: 0; }
  .responsive-animation .dropdown-menu-right {
    right: 0;
    left: auto; }
  .responsive-animation .dropdown-menu-left {
    right: auto;
    left: 0; }
  .responsive-animation .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap; }
  .responsive-animation .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }
  .responsive-animation .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .responsive-animation .dropup .caret,
  .responsive-animation .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9; }
  .responsive-animation .dropup .dropdown-menu,
  .responsive-animation .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .responsive-animation .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .responsive-animation .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0; } }
  .responsive-animation .btn-group,
  .responsive-animation .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .responsive-animation .btn-group > .btn,
  .responsive-animation .btn-group-vertical > .btn {
    position: relative;
    float: left; }
  .responsive-animation .btn-group > .btn:hover,
  .responsive-animation .btn-group-vertical > .btn:hover,
  .responsive-animation .btn-group > .btn:focus,
  .responsive-animation .btn-group-vertical > .btn:focus,
  .responsive-animation .btn-group > .btn:active,
  .responsive-animation .btn-group-vertical > .btn:active,
  .responsive-animation .btn-group > .btn.active,
  .responsive-animation .btn-group-vertical > .btn.active {
    z-index: 2; }
  .responsive-animation .btn-group .btn + .btn,
  .responsive-animation .btn-group .btn + .btn-group,
  .responsive-animation .btn-group .btn-group + .btn,
  .responsive-animation .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .responsive-animation .btn-toolbar {
    margin-left: -5px; }
  .responsive-animation .btn-toolbar .btn,
  .responsive-animation .btn-toolbar .btn-group,
  .responsive-animation .btn-toolbar .input-group {
    float: left; }
  .responsive-animation .btn-toolbar > .btn,
  .responsive-animation .btn-toolbar > .btn-group,
  .responsive-animation .btn-toolbar > .input-group {
    margin-left: 5px; }
  .responsive-animation .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .responsive-animation .btn-group > .btn:first-child {
    margin-left: 0; }
  .responsive-animation .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .responsive-animation .btn-group > .btn:last-child:not(:first-child),
  .responsive-animation .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .responsive-animation .btn-group > .btn-group {
    float: left; }
  .responsive-animation .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .responsive-animation .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .responsive-animation .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .responsive-animation .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .responsive-animation .btn-group .dropdown-toggle:active,
  .responsive-animation .btn-group.open .dropdown-toggle {
    outline: 0; }
  .responsive-animation .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px; }
  .responsive-animation .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }
  .responsive-animation .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .responsive-animation .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }
  .responsive-animation .btn .caret {
    margin-left: 0; }
  .responsive-animation .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .responsive-animation .dropup .btn-lg .caret {
    border-width: 0 5px 5px; }
  .responsive-animation .btn-group-vertical > .btn,
  .responsive-animation .btn-group-vertical > .btn-group,
  .responsive-animation .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .responsive-animation .btn-group-vertical > .btn-group > .btn {
    float: none; }
  .responsive-animation .btn-group-vertical > .btn + .btn,
  .responsive-animation .btn-group-vertical > .btn + .btn-group,
  .responsive-animation .btn-group-vertical > .btn-group + .btn,
  .responsive-animation .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .responsive-animation .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .responsive-animation .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .responsive-animation .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px; }
  .responsive-animation .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .responsive-animation .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .responsive-animation .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .responsive-animation .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .responsive-animation .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
  .responsive-animation .btn-group-justified > .btn,
  .responsive-animation .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .responsive-animation .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .responsive-animation .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }
  .responsive-animation [data-toggle="buttons"] > .btn input[type="radio"],
  .responsive-animation [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  .responsive-animation [data-toggle="buttons"] > .btn input[type="checkbox"],
  .responsive-animation [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .responsive-animation .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
  .responsive-animation .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .responsive-animation .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
  .responsive-animation .input-group-lg > .form-control,
  .responsive-animation .input-group-lg > .input-group-addon,
  .responsive-animation .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .responsive-animation select.input-group-lg > .form-control,
  .responsive-animation select.input-group-lg > .input-group-addon,
  .responsive-animation select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px; }
  .responsive-animation textarea.input-group-lg > .form-control,
  .responsive-animation textarea.input-group-lg > .input-group-addon,
  .responsive-animation textarea.input-group-lg > .input-group-btn > .btn,
  .responsive-animation select[multiple].input-group-lg > .form-control,
  .responsive-animation select[multiple].input-group-lg > .input-group-addon,
  .responsive-animation select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto; }
  .responsive-animation .input-group-sm > .form-control,
  .responsive-animation .input-group-sm > .input-group-addon,
  .responsive-animation .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .responsive-animation select.input-group-sm > .form-control,
  .responsive-animation select.input-group-sm > .input-group-addon,
  .responsive-animation select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px; }
  .responsive-animation textarea.input-group-sm > .form-control,
  .responsive-animation textarea.input-group-sm > .input-group-addon,
  .responsive-animation textarea.input-group-sm > .input-group-btn > .btn,
  .responsive-animation select[multiple].input-group-sm > .form-control,
  .responsive-animation select[multiple].input-group-sm > .input-group-addon,
  .responsive-animation select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto; }
  .responsive-animation .input-group-addon,
  .responsive-animation .input-group-btn,
  .responsive-animation .input-group .form-control {
    display: table-cell; }
  .responsive-animation .input-group-addon:not(:first-child):not(:last-child),
  .responsive-animation .input-group-btn:not(:first-child):not(:last-child),
  .responsive-animation .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .responsive-animation .input-group-addon,
  .responsive-animation .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .responsive-animation .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .responsive-animation .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .responsive-animation .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .responsive-animation .input-group-addon input[type="radio"],
  .responsive-animation .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
  .responsive-animation .input-group .form-control:first-child,
  .responsive-animation .input-group-addon:first-child,
  .responsive-animation .input-group-btn:first-child > .btn,
  .responsive-animation .input-group-btn:first-child > .btn-group > .btn,
  .responsive-animation .input-group-btn:first-child > .dropdown-toggle,
  .responsive-animation .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .responsive-animation .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .responsive-animation .input-group-addon:first-child {
    border-right: 0; }
  .responsive-animation .input-group .form-control:last-child,
  .responsive-animation .input-group-addon:last-child,
  .responsive-animation .input-group-btn:last-child > .btn,
  .responsive-animation .input-group-btn:last-child > .btn-group > .btn,
  .responsive-animation .input-group-btn:last-child > .dropdown-toggle,
  .responsive-animation .input-group-btn:first-child > .btn:not(:first-child),
  .responsive-animation .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .responsive-animation .input-group-addon:last-child {
    border-left: 0; }
  .responsive-animation .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
  .responsive-animation .input-group-btn > .btn {
    position: relative; }
  .responsive-animation .input-group-btn > .btn + .btn {
    margin-left: -1px; }
  .responsive-animation .input-group-btn > .btn:hover,
  .responsive-animation .input-group-btn > .btn:focus,
  .responsive-animation .input-group-btn > .btn:active {
    z-index: 2; }
  .responsive-animation .input-group-btn:first-child > .btn,
  .responsive-animation .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .responsive-animation .input-group-btn:last-child > .btn,
  .responsive-animation .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
  .responsive-animation .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .responsive-animation .nav > li {
    position: relative;
    display: block; }
  .responsive-animation .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
  .responsive-animation .nav > li > a:hover,
  .responsive-animation .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee; }
  .responsive-animation .nav > li.disabled > a {
    color: #777; }
  .responsive-animation .nav > li.disabled > a:hover,
  .responsive-animation .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent; }
  .responsive-animation .nav .open > a,
  .responsive-animation .nav .open > a:hover,
  .responsive-animation .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7; }
  .responsive-animation .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .responsive-animation .nav > li > a > img {
    max-width: none; }
  .responsive-animation .nav-tabs {
    border-bottom: 1px solid #ddd; }
  .responsive-animation .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
  .responsive-animation .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
  .responsive-animation .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd; }
  .responsive-animation .nav-tabs > li.active > a,
  .responsive-animation .nav-tabs > li.active > a:hover,
  .responsive-animation .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent; }
  .responsive-animation .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0; }
  .responsive-animation .nav-tabs.nav-justified > li {
    float: none; }
  .responsive-animation .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center; }
  .responsive-animation .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .responsive-animation .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
    .responsive-animation .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }
  .responsive-animation .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .responsive-animation .nav-tabs.nav-justified > .active > a,
  .responsive-animation .nav-tabs.nav-justified > .active > a:hover,
  .responsive-animation .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .responsive-animation .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .responsive-animation .nav-tabs.nav-justified > .active > a,
    .responsive-animation .nav-tabs.nav-justified > .active > a:hover,
    .responsive-animation .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }
  .responsive-animation .nav-pills > li {
    float: left; }
  .responsive-animation .nav-pills > li > a {
    border-radius: 4px; }
  .responsive-animation .nav-pills > li + li {
    margin-left: 2px; }
  .responsive-animation .nav-pills > li.active > a,
  .responsive-animation .nav-pills > li.active > a:hover,
  .responsive-animation .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }
  .responsive-animation .nav-stacked > li {
    float: none; }
  .responsive-animation .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
  .responsive-animation .nav-justified {
    width: 100%; }
  .responsive-animation .nav-justified > li {
    float: none; }
  .responsive-animation .nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center; }
  .responsive-animation .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .responsive-animation .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .responsive-animation .nav-justified > li > a {
      margin-bottom: 0; } }
  .responsive-animation .nav-tabs-justified {
    border-bottom: 0; }
  .responsive-animation .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .responsive-animation .nav-tabs-justified > .active > a,
  .responsive-animation .nav-tabs-justified > .active > a:hover,
  .responsive-animation .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .responsive-animation .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .responsive-animation .nav-tabs-justified > .active > a,
    .responsive-animation .nav-tabs-justified > .active > a:hover,
    .responsive-animation .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }
  .responsive-animation .tab-content > .tab-pane {
    display: none; }
  .responsive-animation .tab-content > .active {
    display: block; }
  .responsive-animation .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .responsive-animation .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
  @media (min-width: 768px) {
    .responsive-animation .navbar {
      border-radius: 4px; } }
  @media (min-width: 768px) {
    .responsive-animation .navbar-header {
      float: left; } }
  .responsive-animation .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .responsive-animation .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .responsive-animation .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
    .responsive-animation .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
    .responsive-animation .navbar-collapse.in {
      overflow-y: visible; }
    .responsive-animation .navbar-fixed-top .navbar-collapse,
    .responsive-animation .navbar-static-top .navbar-collapse,
    .responsive-animation .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0; } }
  .responsive-animation .navbar-fixed-top .navbar-collapse,
  .responsive-animation .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .responsive-animation .navbar-fixed-top .navbar-collapse,
    .responsive-animation .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
  .responsive-animation .container > .navbar-header,
  .responsive-animation .container-fluid > .navbar-header,
  .responsive-animation .container > .navbar-collapse,
  .responsive-animation .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
  @media (min-width: 768px) {
    .responsive-animation .container > .navbar-header,
    .responsive-animation .container-fluid > .navbar-header,
    .responsive-animation .container > .navbar-collapse,
    .responsive-animation .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
  .responsive-animation .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .responsive-animation .navbar-static-top {
      border-radius: 0; } }
  .responsive-animation .navbar-fixed-top,
  .responsive-animation .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
  @media (min-width: 768px) {
    .responsive-animation .navbar-fixed-top,
    .responsive-animation .navbar-fixed-bottom {
      border-radius: 0; } }
  .responsive-animation .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .responsive-animation .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  .responsive-animation .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px; }
  .responsive-animation .navbar-brand:hover,
  .responsive-animation .navbar-brand:focus {
    text-decoration: none; }
  .responsive-animation .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .responsive-animation .navbar > .container .navbar-brand,
    .responsive-animation .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
  .responsive-animation .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .responsive-animation .navbar-toggle:focus {
    outline: 0; }
  .responsive-animation .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .responsive-animation .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .responsive-animation .navbar-toggle {
      display: none; } }
  .responsive-animation .navbar-nav {
    margin: 7.5px -15px; }
  .responsive-animation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .responsive-animation .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
    .responsive-animation .navbar-nav .open .dropdown-menu > li > a,
    .responsive-animation .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .responsive-animation .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px; }
    .responsive-animation .navbar-nav .open .dropdown-menu > li > a:hover,
    .responsive-animation .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none; } }
  @media (min-width: 768px) {
    .responsive-animation .navbar-nav {
      float: left;
      margin: 0; }
    .responsive-animation .navbar-nav > li {
      float: left; }
    .responsive-animation .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .responsive-animation .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    .responsive-animation .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .responsive-animation .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .responsive-animation .navbar-form .form-control-static {
      display: inline-block; }
    .responsive-animation .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
    .responsive-animation .navbar-form .input-group .input-group-addon,
    .responsive-animation .navbar-form .input-group .input-group-btn,
    .responsive-animation .navbar-form .input-group .form-control {
      width: auto; }
    .responsive-animation .navbar-form .input-group > .form-control {
      width: 100%; }
    .responsive-animation .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .responsive-animation .navbar-form .radio,
    .responsive-animation .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .responsive-animation .navbar-form .radio label,
    .responsive-animation .navbar-form .checkbox label {
      padding-left: 0; }
    .responsive-animation .navbar-form .radio input[type="radio"],
    .responsive-animation .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .responsive-animation .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .responsive-animation .navbar-form .form-group {
      margin-bottom: 5px; }
    .responsive-animation .navbar-form .form-group:last-child {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .responsive-animation .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none; } }
  .responsive-animation .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .responsive-animation .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .responsive-animation .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
  .responsive-animation .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .responsive-animation .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }
  .responsive-animation .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .responsive-animation .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
  @media (min-width: 768px) {
    .responsive-animation .navbar-left {
      float: left !important; }
    .responsive-animation .navbar-right {
      float: right !important;
      margin-right: -15px; }
    .responsive-animation .navbar-right ~ .navbar-right {
      margin-right: 0; } }
  .responsive-animation .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
  .responsive-animation .navbar-default .navbar-brand {
    color: #777; }
  .responsive-animation .navbar-default .navbar-brand:hover,
  .responsive-animation .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent; }
  .responsive-animation .navbar-default .navbar-text {
    color: #777; }
  .responsive-animation .navbar-default .navbar-nav > li > a {
    color: #777; }
  .responsive-animation .navbar-default .navbar-nav > li > a:hover,
  .responsive-animation .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent; }
  .responsive-animation .navbar-default .navbar-nav > .active > a,
  .responsive-animation .navbar-default .navbar-nav > .active > a:hover,
  .responsive-animation .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .responsive-animation .navbar-default .navbar-nav > .disabled > a,
  .responsive-animation .navbar-default .navbar-nav > .disabled > a:hover,
  .responsive-animation .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .responsive-animation .navbar-default .navbar-toggle {
    border-color: #ddd; }
  .responsive-animation .navbar-default .navbar-toggle:hover,
  .responsive-animation .navbar-default .navbar-toggle:focus {
    background-color: #ddd; }
  .responsive-animation .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  .responsive-animation .navbar-default .navbar-collapse,
  .responsive-animation .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .responsive-animation .navbar-default .navbar-nav > .open > a,
  .responsive-animation .navbar-default .navbar-nav > .open > a:hover,
  .responsive-animation .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent; }
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .responsive-animation .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .responsive-animation .navbar-default .navbar-link {
    color: #777; }
  .responsive-animation .navbar-default .navbar-link:hover {
    color: #333; }
  .responsive-animation .navbar-default .btn-link {
    color: #777; }
  .responsive-animation .navbar-default .btn-link:hover,
  .responsive-animation .navbar-default .btn-link:focus {
    color: #333; }
  .responsive-animation .navbar-default .btn-link[disabled]:hover,
  .responsive-animation fieldset[disabled] .navbar-default .btn-link:hover,
  .responsive-animation .navbar-default .btn-link[disabled]:focus,
  .responsive-animation fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc; }
  .responsive-animation .navbar-inverse {
    background-color: #222;
    border-color: #080808; }
  .responsive-animation .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
  .responsive-animation .navbar-inverse .navbar-brand:hover,
  .responsive-animation .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent; }
  .responsive-animation .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .responsive-animation .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
  .responsive-animation .navbar-inverse .navbar-nav > li > a:hover,
  .responsive-animation .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .responsive-animation .navbar-inverse .navbar-nav > .active > a,
  .responsive-animation .navbar-inverse .navbar-nav > .active > a:hover,
  .responsive-animation .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .responsive-animation .navbar-inverse .navbar-nav > .disabled > a,
  .responsive-animation .navbar-inverse .navbar-nav > .disabled > a:hover,
  .responsive-animation .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .responsive-animation .navbar-inverse .navbar-toggle {
    border-color: #333; }
  .responsive-animation .navbar-inverse .navbar-toggle:hover,
  .responsive-animation .navbar-inverse .navbar-toggle:focus {
    background-color: #333; }
  .responsive-animation .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
  .responsive-animation .navbar-inverse .navbar-collapse,
  .responsive-animation .navbar-inverse .navbar-form {
    border-color: #101010; }
  .responsive-animation .navbar-inverse .navbar-nav > .open > a,
  .responsive-animation .navbar-inverse .navbar-nav > .open > a:hover,
  .responsive-animation .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808; }
  @media (max-width: 767px) {
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808; }
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808; }
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent; }
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #080808; }
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .responsive-animation .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .responsive-animation .navbar-inverse .navbar-link {
    color: #9d9d9d; }
  .responsive-animation .navbar-inverse .navbar-link:hover {
    color: #fff; }
  .responsive-animation .navbar-inverse .btn-link {
    color: #9d9d9d; }
  .responsive-animation .navbar-inverse .btn-link:hover,
  .responsive-animation .navbar-inverse .btn-link:focus {
    color: #fff; }
  .responsive-animation .navbar-inverse .btn-link[disabled]:hover,
  .responsive-animation fieldset[disabled] .navbar-inverse .btn-link:hover,
  .responsive-animation .navbar-inverse .btn-link[disabled]:focus,
  .responsive-animation fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444; }
  .responsive-animation .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
  .responsive-animation .breadcrumb > li {
    display: inline-block; }
  .responsive-animation .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"; }
  .responsive-animation .breadcrumb > .active {
    color: #777; }
  .responsive-animation .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
  .responsive-animation .pagination > li {
    display: inline; }
  .responsive-animation .pagination > li > a,
  .responsive-animation .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }
  .responsive-animation .pagination > li:first-child > a,
  .responsive-animation .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .responsive-animation .pagination > li:last-child > a,
  .responsive-animation .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .responsive-animation .pagination > li > a:hover,
  .responsive-animation .pagination > li > span:hover,
  .responsive-animation .pagination > li > a:focus,
  .responsive-animation .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd; }
  .responsive-animation .pagination > .active > a,
  .responsive-animation .pagination > .active > span,
  .responsive-animation .pagination > .active > a:hover,
  .responsive-animation .pagination > .active > span:hover,
  .responsive-animation .pagination > .active > a:focus,
  .responsive-animation .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .responsive-animation .pagination > .disabled > span,
  .responsive-animation .pagination > .disabled > span:hover,
  .responsive-animation .pagination > .disabled > span:focus,
  .responsive-animation .pagination > .disabled > a,
  .responsive-animation .pagination > .disabled > a:hover,
  .responsive-animation .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
  .responsive-animation .pagination-lg > li > a,
  .responsive-animation .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .responsive-animation .pagination-lg > li:first-child > a,
  .responsive-animation .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .responsive-animation .pagination-lg > li:last-child > a,
  .responsive-animation .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .responsive-animation .pagination-sm > li > a,
  .responsive-animation .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .responsive-animation .pagination-sm > li:first-child > a,
  .responsive-animation .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .responsive-animation .pagination-sm > li:last-child > a,
  .responsive-animation .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .responsive-animation .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none; }
  .responsive-animation .pager li {
    display: inline; }
  .responsive-animation .pager li > a,
  .responsive-animation .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
  .responsive-animation .pager li > a:hover,
  .responsive-animation .pager li > a:focus {
    text-decoration: none;
    background-color: #eee; }
  .responsive-animation .pager .next > a,
  .responsive-animation .pager .next > span {
    float: right; }
  .responsive-animation .pager .previous > a,
  .responsive-animation .pager .previous > span {
    float: left; }
  .responsive-animation .pager .disabled > a,
  .responsive-animation .pager .disabled > a:hover,
  .responsive-animation .pager .disabled > a:focus,
  .responsive-animation .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
  .responsive-animation .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
  .responsive-animation a.label:hover,
  .responsive-animation a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .responsive-animation .label:empty {
    display: none; }
  .responsive-animation .btn .label {
    position: relative;
    top: -1px; }
  .responsive-animation .label-default {
    background-color: #777; }
  .responsive-animation .label-default[href]:hover,
  .responsive-animation .label-default[href]:focus {
    background-color: #5e5e5e; }
  .responsive-animation .label-primary {
    background-color: #337ab7; }
  .responsive-animation .label-primary[href]:hover,
  .responsive-animation .label-primary[href]:focus {
    background-color: #286090; }
  .responsive-animation .label-success {
    background-color: #5cb85c; }
  .responsive-animation .label-success[href]:hover,
  .responsive-animation .label-success[href]:focus {
    background-color: #449d44; }
  .responsive-animation .label-info {
    background-color: #5bc0de; }
  .responsive-animation .label-info[href]:hover,
  .responsive-animation .label-info[href]:focus {
    background-color: #31b0d5; }
  .responsive-animation .label-warning {
    background-color: #f0ad4e; }
  .responsive-animation .label-warning[href]:hover,
  .responsive-animation .label-warning[href]:focus {
    background-color: #ec971f; }
  .responsive-animation .label-danger {
    background-color: #d9534f; }
  .responsive-animation .label-danger[href]:hover,
  .responsive-animation .label-danger[href]:focus {
    background-color: #c9302c; }
  .responsive-animation .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px; }
  .responsive-animation .badge:empty {
    display: none; }
  .responsive-animation .btn .badge {
    position: relative;
    top: -1px; }
  .responsive-animation .btn-xs .badge,
  .responsive-animation .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .responsive-animation a.badge:hover,
  .responsive-animation a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .responsive-animation .list-group-item.active > .badge,
  .responsive-animation .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .responsive-animation .list-group-item > .badge {
    float: right; }
  .responsive-animation .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .responsive-animation .nav-pills > li > a > .badge {
    margin-left: 3px; }
  .responsive-animation .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee; }
  .responsive-animation .jumbotron h1,
  .responsive-animation .jumbotron .h1 {
    color: inherit; }
  .responsive-animation .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .responsive-animation .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .responsive-animation .container .jumbotron,
  .responsive-animation .container-fluid .jumbotron {
    border-radius: 6px; }
  .responsive-animation .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .responsive-animation .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
    .responsive-animation .container .jumbotron,
    .responsive-animation .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px; }
    .responsive-animation .jumbotron h1,
    .responsive-animation .jumbotron .h1 {
      font-size: 63px; } }
  .responsive-animation .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out; }
  .responsive-animation .thumbnail > img,
  .responsive-animation .thumbnail a > img {
    margin-right: auto;
    margin-left: auto; }
  .responsive-animation a.thumbnail:hover,
  .responsive-animation a.thumbnail:focus,
  .responsive-animation a.thumbnail.active {
    border-color: #337ab7; }
  .responsive-animation .thumbnail .caption {
    padding: 9px;
    color: #333; }
  .responsive-animation .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
  .responsive-animation .alert h4 {
    margin-top: 0;
    color: inherit; }
  .responsive-animation .alert .alert-link {
    font-weight: bold; }
  .responsive-animation .alert > p,
  .responsive-animation .alert > ul {
    margin-bottom: 0; }
  .responsive-animation .alert > p + p {
    margin-top: 5px; }
  .responsive-animation .alert-dismissable,
  .responsive-animation .alert-dismissible {
    padding-right: 35px; }
  .responsive-animation .alert-dismissable .close,
  .responsive-animation .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
  .responsive-animation .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .responsive-animation .alert-success hr {
    border-top-color: #c9e2b3; }
  .responsive-animation .alert-success .alert-link {
    color: #2b542c; }
  .responsive-animation .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .responsive-animation .alert-info hr {
    border-top-color: #a6e1ec; }
  .responsive-animation .alert-info .alert-link {
    color: #245269; }
  .responsive-animation .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .responsive-animation .alert-warning hr {
    border-top-color: #f7e1b5; }
  .responsive-animation .alert-warning .alert-link {
    color: #66512c; }
  .responsive-animation .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .responsive-animation .alert-danger hr {
    border-top-color: #e4b9c0; }
  .responsive-animation .alert-danger .alert-link {
    color: #843534; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  .responsive-animation .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .responsive-animation .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease; }
  .responsive-animation .progress-striped .progress-bar,
  .responsive-animation .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: 40px 40px; }
  .responsive-animation .progress.active .progress-bar,
  .responsive-animation .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .responsive-animation .progress-bar-success {
    background-color: #5cb85c; }
  .responsive-animation .progress-striped .progress-bar-success {
    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); }
  .responsive-animation .progress-bar-info {
    background-color: #5bc0de; }
  .responsive-animation .progress-striped .progress-bar-info {
    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); }
  .responsive-animation .progress-bar-warning {
    background-color: #f0ad4e; }
  .responsive-animation .progress-striped .progress-bar-warning {
    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); }
  .responsive-animation .progress-bar-danger {
    background-color: #d9534f; }
  .responsive-animation .progress-striped .progress-bar-danger {
    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); }
  .responsive-animation .media {
    margin-top: 15px; }
  .responsive-animation .media:first-child {
    margin-top: 0; }
  .responsive-animation .media,
  .responsive-animation .media-body {
    overflow: hidden;
    zoom: 1; }
  .responsive-animation .media-body {
    width: 10000px; }
  .responsive-animation .media-object {
    display: block; }
  .responsive-animation .media-object.img-thumbnail {
    max-width: none; }
  .responsive-animation .media-right,
  .responsive-animation .media > .pull-right {
    padding-left: 10px; }
  .responsive-animation .media-left,
  .responsive-animation .media > .pull-left {
    padding-right: 10px; }
  .responsive-animation .media-left,
  .responsive-animation .media-right,
  .responsive-animation .media-body {
    display: table-cell;
    vertical-align: top; }
  .responsive-animation .media-middle {
    vertical-align: middle; }
  .responsive-animation .media-bottom {
    vertical-align: bottom; }
  .responsive-animation .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .responsive-animation .media-list {
    padding-left: 0;
    list-style: none; }
  .responsive-animation .list-group {
    padding-left: 0;
    margin-bottom: 20px; }
  .responsive-animation .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
  .responsive-animation .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .responsive-animation .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .responsive-animation a.list-group-item,
  .responsive-animation button.list-group-item {
    color: #555; }
  .responsive-animation a.list-group-item .list-group-item-heading,
  .responsive-animation button.list-group-item .list-group-item-heading {
    color: #333; }
  .responsive-animation a.list-group-item:hover,
  .responsive-animation button.list-group-item:hover,
  .responsive-animation a.list-group-item:focus,
  .responsive-animation button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }
  .responsive-animation button.list-group-item {
    width: 100%;
    text-align: left; }
  .responsive-animation .list-group-item.disabled,
  .responsive-animation .list-group-item.disabled:hover,
  .responsive-animation .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee; }
  .responsive-animation .list-group-item.disabled .list-group-item-heading,
  .responsive-animation .list-group-item.disabled:hover .list-group-item-heading,
  .responsive-animation .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .responsive-animation .list-group-item.disabled .list-group-item-text,
  .responsive-animation .list-group-item.disabled:hover .list-group-item-text,
  .responsive-animation .list-group-item.disabled:focus .list-group-item-text {
    color: #777; }
  .responsive-animation .list-group-item.active,
  .responsive-animation .list-group-item.active:hover,
  .responsive-animation .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .responsive-animation .list-group-item.active .list-group-item-heading,
  .responsive-animation .list-group-item.active:hover .list-group-item-heading,
  .responsive-animation .list-group-item.active:focus .list-group-item-heading,
  .responsive-animation .list-group-item.active .list-group-item-heading > small,
  .responsive-animation .list-group-item.active:hover .list-group-item-heading > small,
  .responsive-animation .list-group-item.active:focus .list-group-item-heading > small,
  .responsive-animation .list-group-item.active .list-group-item-heading > .small,
  .responsive-animation .list-group-item.active:hover .list-group-item-heading > .small,
  .responsive-animation .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .responsive-animation .list-group-item.active .list-group-item-text,
  .responsive-animation .list-group-item.active:hover .list-group-item-text,
  .responsive-animation .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }
  .responsive-animation .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  .responsive-animation a.list-group-item-success,
  .responsive-animation button.list-group-item-success {
    color: #3c763d; }
  .responsive-animation a.list-group-item-success .list-group-item-heading,
  .responsive-animation button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  .responsive-animation a.list-group-item-success:hover,
  .responsive-animation button.list-group-item-success:hover,
  .responsive-animation a.list-group-item-success:focus,
  .responsive-animation button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  .responsive-animation a.list-group-item-success.active,
  .responsive-animation button.list-group-item-success.active,
  .responsive-animation a.list-group-item-success.active:hover,
  .responsive-animation button.list-group-item-success.active:hover,
  .responsive-animation a.list-group-item-success.active:focus,
  .responsive-animation button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }
  .responsive-animation .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  .responsive-animation a.list-group-item-info,
  .responsive-animation button.list-group-item-info {
    color: #31708f; }
  .responsive-animation a.list-group-item-info .list-group-item-heading,
  .responsive-animation button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  .responsive-animation a.list-group-item-info:hover,
  .responsive-animation button.list-group-item-info:hover,
  .responsive-animation a.list-group-item-info:focus,
  .responsive-animation button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  .responsive-animation a.list-group-item-info.active,
  .responsive-animation button.list-group-item-info.active,
  .responsive-animation a.list-group-item-info.active:hover,
  .responsive-animation button.list-group-item-info.active:hover,
  .responsive-animation a.list-group-item-info.active:focus,
  .responsive-animation button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }
  .responsive-animation .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  .responsive-animation a.list-group-item-warning,
  .responsive-animation button.list-group-item-warning {
    color: #8a6d3b; }
  .responsive-animation a.list-group-item-warning .list-group-item-heading,
  .responsive-animation button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  .responsive-animation a.list-group-item-warning:hover,
  .responsive-animation button.list-group-item-warning:hover,
  .responsive-animation a.list-group-item-warning:focus,
  .responsive-animation button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  .responsive-animation a.list-group-item-warning.active,
  .responsive-animation button.list-group-item-warning.active,
  .responsive-animation a.list-group-item-warning.active:hover,
  .responsive-animation button.list-group-item-warning.active:hover,
  .responsive-animation a.list-group-item-warning.active:focus,
  .responsive-animation button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
  .responsive-animation .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  .responsive-animation a.list-group-item-danger,
  .responsive-animation button.list-group-item-danger {
    color: #a94442; }
  .responsive-animation a.list-group-item-danger .list-group-item-heading,
  .responsive-animation button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  .responsive-animation a.list-group-item-danger:hover,
  .responsive-animation button.list-group-item-danger:hover,
  .responsive-animation a.list-group-item-danger:focus,
  .responsive-animation button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  .responsive-animation a.list-group-item-danger.active,
  .responsive-animation button.list-group-item-danger.active,
  .responsive-animation a.list-group-item-danger.active:hover,
  .responsive-animation button.list-group-item-danger.active:hover,
  .responsive-animation a.list-group-item-danger.active:focus,
  .responsive-animation button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }
  .responsive-animation .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .responsive-animation .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .responsive-animation .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .responsive-animation .panel-body {
    padding: 15px; }
  .responsive-animation .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .responsive-animation .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
  .responsive-animation .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
  .responsive-animation .panel-title > a,
  .responsive-animation .panel-title > small,
  .responsive-animation .panel-title > .small,
  .responsive-animation .panel-title > small > a,
  .responsive-animation .panel-title > .small > a {
    color: inherit; }
  .responsive-animation .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .responsive-animation .panel > .list-group,
  .responsive-animation .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
  .responsive-animation .panel > .list-group .list-group-item,
  .responsive-animation .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .responsive-animation .panel > .list-group:first-child .list-group-item:first-child,
  .responsive-animation .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .responsive-animation .panel > .list-group:last-child .list-group-item:last-child,
  .responsive-animation .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .responsive-animation .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .responsive-animation .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .responsive-animation .list-group + .panel-footer {
    border-top-width: 0; }
  .responsive-animation .panel > .table,
  .responsive-animation .panel > .table-responsive > .table,
  .responsive-animation .panel > .panel-collapse > .table {
    margin-bottom: 0; }
  .responsive-animation .panel > .table caption,
  .responsive-animation .panel > .table-responsive > .table caption,
  .responsive-animation .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }
  .responsive-animation .panel > .table:first-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .responsive-animation .panel > .table:first-child > thead:first-child > tr:first-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .responsive-animation .panel > .table:first-child > tbody:first-child > tr:first-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .responsive-animation .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .responsive-animation .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .responsive-animation .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .responsive-animation .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .responsive-animation .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .responsive-animation .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .responsive-animation .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .responsive-animation .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .responsive-animation .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }
  .responsive-animation .panel > .table:last-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .responsive-animation .panel > .table:last-child > tbody:last-child > tr:last-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .responsive-animation .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .responsive-animation .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .responsive-animation .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .responsive-animation .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .responsive-animation .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .responsive-animation .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .responsive-animation .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .responsive-animation .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .responsive-animation .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .responsive-animation .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }
  .responsive-animation .panel > .panel-body + .table,
  .responsive-animation .panel > .panel-body + .table-responsive,
  .responsive-animation .panel > .table + .panel-body,
  .responsive-animation .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .responsive-animation .panel > .table > tbody:first-child > tr:first-child th,
  .responsive-animation .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  .responsive-animation .panel > .table-bordered,
  .responsive-animation .panel > .table-responsive > .table-bordered {
    border: 0; }
  .responsive-animation .panel > .table-bordered > thead > tr > th:first-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .responsive-animation .panel > .table-bordered > tbody > tr > th:first-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .responsive-animation .panel > .table-bordered > tfoot > tr > th:first-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .responsive-animation .panel > .table-bordered > thead > tr > td:first-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .responsive-animation .panel > .table-bordered > tbody > tr > td:first-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .responsive-animation .panel > .table-bordered > tfoot > tr > td:first-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .responsive-animation .panel > .table-bordered > thead > tr > th:last-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .responsive-animation .panel > .table-bordered > tbody > tr > th:last-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .responsive-animation .panel > .table-bordered > tfoot > tr > th:last-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .responsive-animation .panel > .table-bordered > thead > tr > td:last-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .responsive-animation .panel > .table-bordered > tbody > tr > td:last-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .responsive-animation .panel > .table-bordered > tfoot > tr > td:last-child,
  .responsive-animation .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .responsive-animation .panel > .table-bordered > thead > tr:first-child > td,
  .responsive-animation .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .responsive-animation .panel > .table-bordered > tbody > tr:first-child > td,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .responsive-animation .panel > .table-bordered > thead > tr:first-child > th,
  .responsive-animation .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .responsive-animation .panel > .table-bordered > tbody > tr:first-child > th,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .responsive-animation .panel > .table-bordered > tbody > tr:last-child > td,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .responsive-animation .panel > .table-bordered > tfoot > tr:last-child > td,
  .responsive-animation .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .responsive-animation .panel > .table-bordered > tbody > tr:last-child > th,
  .responsive-animation .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .responsive-animation .panel > .table-bordered > tfoot > tr:last-child > th,
  .responsive-animation .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
  .responsive-animation .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
  .responsive-animation .panel-group {
    margin-bottom: 20px; }
  .responsive-animation .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
  .responsive-animation .panel-group .panel + .panel {
    margin-top: 5px; }
  .responsive-animation .panel-group .panel-heading {
    border-bottom: 0; }
  .responsive-animation .panel-group .panel-heading + .panel-collapse > .panel-body,
  .responsive-animation .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd; }
  .responsive-animation .panel-group .panel-footer {
    border-top: 0; }
  .responsive-animation .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }
  .responsive-animation .panel-default {
    border-color: #ddd; }
  .responsive-animation .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd; }
  .responsive-animation .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd; }
  .responsive-animation .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333; }
  .responsive-animation .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }
  .responsive-animation .panel-primary {
    border-color: #337ab7; }
  .responsive-animation .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .responsive-animation .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7; }
  .responsive-animation .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff; }
  .responsive-animation .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }
  .responsive-animation .panel-success {
    border-color: #d6e9c6; }
  .responsive-animation .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .responsive-animation .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6; }
  .responsive-animation .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d; }
  .responsive-animation .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }
  .responsive-animation .panel-info {
    border-color: #bce8f1; }
  .responsive-animation .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .responsive-animation .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1; }
  .responsive-animation .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f; }
  .responsive-animation .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }
  .responsive-animation .panel-warning {
    border-color: #faebcc; }
  .responsive-animation .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .responsive-animation .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc; }
  .responsive-animation .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b; }
  .responsive-animation .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }
  .responsive-animation .panel-danger {
    border-color: #ebccd1; }
  .responsive-animation .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .responsive-animation .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1; }
  .responsive-animation .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442; }
  .responsive-animation .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }
  .responsive-animation .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
  .responsive-animation .embed-responsive .embed-responsive-item,
  .responsive-animation .embed-responsive iframe,
  .responsive-animation .embed-responsive embed,
  .responsive-animation .embed-responsive object,
  .responsive-animation .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .responsive-animation .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .responsive-animation .embed-responsive-4by3 {
    padding-bottom: 75%; }
  .responsive-animation .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .responsive-animation .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
  .responsive-animation .well-lg {
    padding: 24px;
    border-radius: 6px; }
  .responsive-animation .well-sm {
    padding: 9px;
    border-radius: 3px; }
  .responsive-animation .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2; }
  .responsive-animation .close:hover,
  .responsive-animation .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }
  .responsive-animation button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0; }
  .responsive-animation .modal-open {
    overflow: hidden; }
  .responsive-animation .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
  .responsive-animation .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .responsive-animation .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .responsive-animation .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .responsive-animation .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .responsive-animation .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  .responsive-animation .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
  .responsive-animation .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .responsive-animation .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5; }
  .responsive-animation .modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
  .responsive-animation .modal-header .close {
    margin-top: -2px; }
  .responsive-animation .modal-title {
    margin: 0;
    line-height: 1.42857143; }
  .responsive-animation .modal-body {
    position: relative;
    padding: 15px; }
  .responsive-animation .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
  .responsive-animation .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .responsive-animation .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .responsive-animation .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  .responsive-animation .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .responsive-animation .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .responsive-animation .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .responsive-animation .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    .responsive-animation .modal-lg {
      width: 900px; } }
  .responsive-animation .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto; }
  .responsive-animation .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9; }
  .responsive-animation .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .responsive-animation .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .responsive-animation .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .responsive-animation .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .responsive-animation .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  .responsive-animation .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .responsive-animation .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .responsive-animation .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .responsive-animation .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .responsive-animation .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .responsive-animation .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .responsive-animation .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .responsive-animation .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .responsive-animation .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .responsive-animation .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto; }
  .responsive-animation .popover.top {
    margin-top: -10px; }
  .responsive-animation .popover.right {
    margin-left: 10px; }
  .responsive-animation .popover.bottom {
    margin-top: 10px; }
  .responsive-animation .popover.left {
    margin-left: -10px; }
  .responsive-animation .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  .responsive-animation .popover-content {
    padding: 9px 14px; }
  .responsive-animation .popover > .arrow,
  .responsive-animation .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .responsive-animation .popover > .arrow {
    border-width: 11px; }
  .responsive-animation .popover > .arrow:after {
    content: "";
    border-width: 10px; }
  .responsive-animation .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
  .responsive-animation .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0; }
  .responsive-animation .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
  .responsive-animation .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0; }
  .responsive-animation .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .responsive-animation .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff; }
  .responsive-animation .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .responsive-animation .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff; }
  .responsive-animation .carousel {
    position: relative; }
  .responsive-animation .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .responsive-animation .carousel-inner > .item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
  .responsive-animation .carousel-inner > .item > img,
  .responsive-animation .carousel-inner > .item > a > img {
    line-height: 1; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .responsive-animation .carousel-inner > .item {
      transition: -webkit-transform .6s ease-in-out;
      transition: transform .6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
    .responsive-animation .carousel-inner > .item.next,
    .responsive-animation .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .responsive-animation .carousel-inner > .item.prev,
    .responsive-animation .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    .responsive-animation .carousel-inner > .item.next.left,
    .responsive-animation .carousel-inner > .item.prev.right,
    .responsive-animation .carousel-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .responsive-animation .carousel-inner > .active,
  .responsive-animation .carousel-inner > .next,
  .responsive-animation .carousel-inner > .prev {
    display: block; }
  .responsive-animation .carousel-inner > .active {
    left: 0; }
  .responsive-animation .carousel-inner > .next,
  .responsive-animation .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .responsive-animation .carousel-inner > .next {
    left: 100%; }
  .responsive-animation .carousel-inner > .prev {
    left: -100%; }
  .responsive-animation .carousel-inner > .next.left,
  .responsive-animation .carousel-inner > .prev.right {
    left: 0; }
  .responsive-animation .carousel-inner > .active.left {
    left: -100%; }
  .responsive-animation .carousel-inner > .active.right {
    left: 100%; }
  .responsive-animation .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);
    filter: alpha(opacity=50);
    opacity: .5; }
  .responsive-animation .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .responsive-animation .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .responsive-animation .carousel-control:hover,
  .responsive-animation .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9; }
  .responsive-animation .carousel-control .icon-prev,
  .responsive-animation .carousel-control .icon-next,
  .responsive-animation .carousel-control .glyphicon-chevron-left,
  .responsive-animation .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .responsive-animation .carousel-control .icon-prev,
  .responsive-animation .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .responsive-animation .carousel-control .icon-next,
  .responsive-animation .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .responsive-animation .carousel-control .icon-prev,
  .responsive-animation .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .responsive-animation .carousel-control .icon-prev:before {
    content: '\2039'; }
  .responsive-animation .carousel-control .icon-next:before {
    content: '\203a'; }
  .responsive-animation .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; }
  .responsive-animation .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .responsive-animation .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }
  .responsive-animation .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); }
  .responsive-animation .carousel-caption .btn {
    text-shadow: none; }
  @media screen and (min-width: 768px) {
    .responsive-animation .carousel-control .glyphicon-chevron-left,
    .responsive-animation .carousel-control .glyphicon-chevron-right,
    .responsive-animation .carousel-control .icon-prev,
    .responsive-animation .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px; }
    .responsive-animation .carousel-control .glyphicon-chevron-left,
    .responsive-animation .carousel-control .icon-prev {
      margin-left: -15px; }
    .responsive-animation .carousel-control .glyphicon-chevron-right,
    .responsive-animation .carousel-control .icon-next {
      margin-right: -15px; }
    .responsive-animation .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px; }
    .responsive-animation .carousel-indicators {
      bottom: 20px; } }
  .responsive-animation .clearfix:before,
  .responsive-animation .clearfix:after,
  .responsive-animation .dl-horizontal dd:before,
  .responsive-animation .dl-horizontal dd:after,
  .responsive-animation .container:before,
  .responsive-animation .container:after,
  .responsive-animation .container-fluid:before,
  .responsive-animation .container-fluid:after,
  .responsive-animation .row:before,
  .responsive-animation .row:after,
  .responsive-animation .form-horizontal .form-group:before,
  .responsive-animation .form-horizontal .form-group:after,
  .responsive-animation .btn-toolbar:before,
  .responsive-animation .btn-toolbar:after,
  .responsive-animation .btn-group-vertical > .btn-group:before,
  .responsive-animation .btn-group-vertical > .btn-group:after,
  .responsive-animation .nav:before,
  .responsive-animation .nav:after,
  .responsive-animation .navbar:before,
  .responsive-animation .navbar:after,
  .responsive-animation .navbar-header:before,
  .responsive-animation .navbar-header:after,
  .responsive-animation .navbar-collapse:before,
  .responsive-animation .navbar-collapse:after,
  .responsive-animation .pager:before,
  .responsive-animation .pager:after,
  .responsive-animation .panel-body:before,
  .responsive-animation .panel-body:after,
  .responsive-animation .modal-footer:before,
  .responsive-animation .modal-footer:after {
    display: table;
    content: " "; }
  .responsive-animation .clearfix:after,
  .responsive-animation .dl-horizontal dd:after,
  .responsive-animation .container:after,
  .responsive-animation .container-fluid:after,
  .responsive-animation .row:after,
  .responsive-animation .form-horizontal .form-group:after,
  .responsive-animation .btn-toolbar:after,
  .responsive-animation .btn-group-vertical > .btn-group:after,
  .responsive-animation .nav:after,
  .responsive-animation .navbar:after,
  .responsive-animation .navbar-header:after,
  .responsive-animation .navbar-collapse:after,
  .responsive-animation .pager:after,
  .responsive-animation .panel-body:after,
  .responsive-animation .modal-footer:after {
    clear: both; }
  .responsive-animation .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .responsive-animation .pull-right {
    float: right !important; }
  .responsive-animation .pull-left {
    float: left !important; }
  .responsive-animation .hide {
    display: none !important; }
  .responsive-animation .show {
    display: block !important; }
  .responsive-animation .invisible {
    visibility: hidden; }
  .responsive-animation .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .responsive-animation .hidden {
    display: none !important; }
  .responsive-animation .affix {
    position: fixed; }

@-ms-viewport {
  .responsive-animation {
    width: device-width; } }
  .responsive-animation .visible-xs,
  .responsive-animation .visible-sm,
  .responsive-animation .visible-md,
  .responsive-animation .visible-lg {
    display: none !important; }
  .responsive-animation .visible-xs-block,
  .responsive-animation .visible-xs-inline,
  .responsive-animation .visible-xs-inline-block,
  .responsive-animation .visible-sm-block,
  .responsive-animation .visible-sm-inline,
  .responsive-animation .visible-sm-inline-block,
  .responsive-animation .visible-md-block,
  .responsive-animation .visible-md-inline,
  .responsive-animation .visible-md-inline-block,
  .responsive-animation .visible-lg-block,
  .responsive-animation .visible-lg-inline,
  .responsive-animation .visible-lg-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    .responsive-animation .visible-xs {
      display: block !important; }
    .responsive-animation table.visible-xs {
      display: table !important; }
    .responsive-animation tr.visible-xs {
      display: table-row !important; }
    .responsive-animation th.visible-xs,
    .responsive-animation td.visible-xs {
      display: table-cell !important; } }
  @media (max-width: 767px) {
    .responsive-animation .visible-xs-block {
      display: block !important; } }
  @media (max-width: 767px) {
    .responsive-animation .visible-xs-inline {
      display: inline !important; } }
  @media (max-width: 767px) {
    .responsive-animation .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .responsive-animation .visible-sm {
      display: block !important; }
    .responsive-animation table.visible-sm {
      display: table !important; }
    .responsive-animation tr.visible-sm {
      display: table-row !important; }
    .responsive-animation th.visible-sm,
    .responsive-animation td.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .responsive-animation .visible-sm-block {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .responsive-animation .visible-sm-inline {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .responsive-animation .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .responsive-animation .visible-md {
      display: block !important; }
    .responsive-animation table.visible-md {
      display: table !important; }
    .responsive-animation tr.visible-md {
      display: table-row !important; }
    .responsive-animation th.visible-md,
    .responsive-animation td.visible-md {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .responsive-animation .visible-md-block {
      display: block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .responsive-animation .visible-md-inline {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .responsive-animation .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .responsive-animation .visible-lg {
      display: block !important; }
    .responsive-animation table.visible-lg {
      display: table !important; }
    .responsive-animation tr.visible-lg {
      display: table-row !important; }
    .responsive-animation th.visible-lg,
    .responsive-animation td.visible-lg {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    .responsive-animation .visible-lg-block {
      display: block !important; } }
  @media (min-width: 1200px) {
    .responsive-animation .visible-lg-inline {
      display: inline !important; } }
  @media (min-width: 1200px) {
    .responsive-animation .visible-lg-inline-block {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .responsive-animation .hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .responsive-animation .hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .responsive-animation .hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    .responsive-animation .hidden-lg {
      display: none !important; } }
  .responsive-animation .visible-print {
    display: none !important; }
  @media print {
    .responsive-animation .visible-print {
      display: block !important; }
    .responsive-animation table.visible-print {
      display: table !important; }
    .responsive-animation tr.visible-print {
      display: table-row !important; }
    .responsive-animation th.visible-print,
    .responsive-animation td.visible-print {
      display: table-cell !important; } }
  .responsive-animation .visible-print-block {
    display: none !important; }
  @media print {
    .responsive-animation .visible-print-block {
      display: block !important; } }
  .responsive-animation .visible-print-inline {
    display: none !important; }
  @media print {
    .responsive-animation .visible-print-inline {
      display: inline !important; } }
  .responsive-animation .visible-print-inline-block {
    display: none !important; }
  @media print {
    .responsive-animation .visible-print-inline-block {
      display: inline-block !important; } }
  @media print {
    .responsive-animation .hidden-print {
      display: none !important; } }

.responsive-animation * {
  font-family: "Frutiger Next", sans-serif !important; }
  .responsive-animation * h3, .responsive-animation * h4, .responsive-animation * h2, .responsive-animation * h1 {
    font-family: "Frutiger Next", sans-serif !important;
    font-weight: bold; }

.tooltipster-base * {
  font-family: "Frutiger Next", sans-serif !important; }

.responsive-animation {
  background-color: white; }
  .responsive-animation a.internal, .responsive-animation a.internal:hover, .responsive-animation a.internal.active {
    background: none; }
  .responsive-animation .nav-tabs-container {
    margin-bottom: 20px; }

.responsive-animation li {
  margin-left: 0; }

.mod {
  /*@media(min-width: 769px) {
  .nav-tabs-container {
    .nav-tabs {
      border: none;
      overflow: hidden;
    }
  }
}*/
  /* Start: LAYERS */
  /* End: LAYERS */
  /* Start: CONTROL BAR */
  /* :focus for accessibility */
  /* End: CONTROL BAR */
  /* Start: Time (Current / Duration) */
  /* End: Time (Current / Duration) */
  /* Start: Play/Pause/Stop */
  /* Start: Play/Pause/Stop */
  /* Start: Progress Bar */
  /*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
  visibility:visible;
}
*/
  /* End: Progress Bar */
  /* Start: Fullscreen */
  /* End: Fullscreen */
  /* Start: Mute/Volume */
  /*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
*/
  /* horizontal version */
  /* End: Mute/Volume */
  /* Start: Track (Captions and Chapters) */
  /*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
  visibility: visible;
}
*/
  /* End: Track (Captions and Chapters) */
  /* Start: Error */
  /* End: Error */
  /* Start: Loop */
  /* End: Loop */
  /* Start: backlight */
  /* End: backlight */
  /* Start: Picture Controls */
  /* End: Picture Controls */
  /* context menu */
  /* Start: Source Chooser */
  /* End: Source Chooser */
  /* Start: Postroll */
  /* End: Postroll */
  /* Start: Speed */
  /* End: Speed */
  /* Start: Jump Forward */
  /* End: Jump Forward */
  /* Start: Skip Back */ }
  .mod .load-overlay {
    position: absolute;
    z-index: 1000;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .mod .load-overlay img.spinner {
      position: absolute;
      top: 45%;
      left: 45%; }
  .mod button.infobutton {
    padding: 8px 5px;
    font-size: 12px;
    color: #626262;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    outline: 0;
    margin: 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(242, 242, 242, 0.65) 99%, rgba(242, 242, 242, 0.65) 100%); }
  .mod .infopoint {
    -webkit-filter: none;
    filter: none; }
  .mod button.active {
    outline: 0;
    border-color: black;
    color: #626262;
    background-color: #fff; }
  .mod h3.lead,
  .mod h4.lead {
    font-weight: 600;
    color: #626262; }
  .mod h4.lead {
    font-size: 16px;
    color: #626262; }
    @media (max-width: 480px) {
      .mod h4.lead {
        margin-top: 10px; } }
  .mod a {
    color: #626262 !important; }
  .mod .dropdown-menu > .active > a,
  .mod .dropdown-menu > .active > a:focus,
  .mod .dropdown-menu > .active > a:hover {
    color: #fff !important; }
  .mod .nav > li > a {
    font-size: 13px; }
  .mod .nav > li > a:focus,
  .mod .nav > li:focus {
    outline: 0; }
  .mod span.text {
    font-size: 16px;
    line-height: 21px;
    color: #626262; }
  .mod .nav-pills {
    background-color: #e6e6e6; }
  .mod .color-pills li:first-child {
    margin-left: -20px; }
  .mod .img-pills li:first-child {
    margin-left: -15px; }
  .mod .fade {
    transition: opacity 2.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 768px) {
    .mod .nav-tabs-container {
      background-color: #e6e6e6;
      margin-left: -10px;
      padding-left: 10px;
      margin-right: -10px;
      padding-right: 10px; }
      .mod .nav-tabs-container .nav-tabs {
        width: 80%;
        max-width: 400px;
        border: none;
        padding: 10px 0; }
    .mod .nav-pills {
      margin:0 } }
  @media (max-width: 768px) {
    .mod .nav-tabs {
      border-bottom: none; } }
  .mod .nav-tabs > li > a {
    border-radius: 0; }
  .mod .nav-pills > li > a {
    padding: 8px 5px;
    font-size: 12px;
    color: #6a6a6a;
    border: 1px solid #b2b2b2;
    margin: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(242, 242, 242, 0.65) 99%, rgba(242, 242, 242, 0.65) 100%); }
  .mod .nav-tabs > li > a {
    color: #000; }
  .mod .nav-tabs > li.active > a,
  .mod .nav-tabs > li.active > a:focus,
  .mod .nav-tabs > li.active > a:hover {
    color: black; }
  .mod .nav-pills > li.active > a,
  .mod .nav-pills > li.active > a:focus,
  .mod .nav-pills > li.active > a:hover {
    border-color: black;
    color: black;
    background-color: #fff; }
  .mod .mejs-offscreen {
    /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
    position: absolute !important;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px; }
  .mod .mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0; }
  .mod .mejs-container:focus {
    outline: none; }
  .mod .me-plugin {
    position: absolute; }
  .mod .mejs-embed,
  .mod .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden; }
  .mod .mejs-fullscreen {
    /* set it to not show scroll bars so 100% will work */
    overflow: hidden !important; }
  .mod .mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000; }
  .mod .mejs-container-fullscreen .mejs-mediaelement,
  .mod .mejs-container-fullscreen video {
    width: 100%;
    height: 100%; }
  .mod .mejs-clear {
    clear: both; }
  .mod .mejs-background {
    position: absolute;
    top: 0;
    left: 0; }
  .mod .mejs-mediaelement {
    background-color: #fff;
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mod .mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .mod :root .mejs-poster img {
    display: none; }
  .mod .mejs-poster img {
    border: 0;
    padding: 0;
    border: 0; }
  .mod .mejs-overlay {
    position: absolute;
    top: 0;
    left: 0; }
  .mod .mejs-overlay-play {
    cursor: pointer; }
  .mod .mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(bigplay.svg) no-repeat; }
  .mod .no-svg .mejs-overlay-button {
    background-image: url(bigplay.png); }
  .mod .mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px; }
  .mod .mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.9);
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }
  .mod .mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(loading.gif) 50% 50% no-repeat; }
  .mod .mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    height: 30px;
    width: 100%; }
  .mod .mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0; }
  .mod .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(controls.svg) no-repeat; }
  .mod .no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png); }
  .mod .mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999; }
  .mod .mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    box-sizing: content-box; }
  .mod .mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto; }
  .mod .mejs-controls .mejs-play button {
    background-position: 0 0; }
  .mod .mejs-controls .mejs-pause button {
    background-position: 0 -16px; }
  .mod .mejs-controls .mejs-stop button {
    background-position: -112px 0; }
  .mod .mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px; }
  .mod .mejs-controls .mejs-time-rail span,
  .mod .mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    border-radius: 2px;
    cursor: pointer; }
  .mod .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
  .mod .mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    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: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
  .mod .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, 0.8);
    background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    width: 0; }
  .mod .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    width: 0; }
  .mod .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center; }
  .mod .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111; }
  .mod .mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0; }
  .mod .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    border-radius: 0;
    top: 15px;
    left: 13px; }
  .mod .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px; }
  .mod .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px; }
  .mod .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px; }
  .mod .mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0; }
  .mod .mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px; }
  .mod .mejs-controls .mejs-mute button {
    background-position: -16px -16px; }
  .mod .mejs-controls .mejs-unmute button {
    background-position: -16px 0; }
  .mod .mejs-controls .mejs-volume-button {
    position: relative; }
  .mod .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0; }
  .mod .mejs-controls .mejs-volume-button:hover {
    border-radius: 0 0 4px 4px; }
  .mod .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0; }
  .mod .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0; }
  .mod .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    border-radius: 1px;
    margin: 0; }
  .mod .mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle; }
  .mod .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
  .mod .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }
  .mod .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none; }
  .mod .mejs-controls .mejs-captions-button {
    position: relative; }
  .mod .mejs-controls .mejs-captions-button button {
    background-position: -48px 0; }
  .mod .mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    border-radius: 0; }
  .mod .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden; }
  .mod .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden; }
  .mod .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px; }
  .mod .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px; }
  .mod .mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0; }
  .mod .mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1; }
  .mod .mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    border: 0; }
  .mod .mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer; }
  .mod .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none; }
  .mod .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, 0.7);
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); }
  .mod .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px; }
  .mod .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .mod .mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff; }
  .mod .mejs-captions-layer a {
    color: #fff;
    text-decoration: underline; }
  .mod .mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal; }
  .mod .mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0; }
  .mod .mejs-captions-position-hover {
    bottom: 35px; }
  .mod .mejs-captions-text {
    padding: 3px 5px;
    background: url(background.png);
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap; }
  .mod .me-cannotplay a {
    color: #fff;
    font-weight: bold; }
  .mod .me-cannotplay span {
    padding: 15px;
    display: block; }
  .mod .mejs-controls .mejs-loop-off button {
    background-position: -64px -16px; }
  .mod .mejs-controls .mejs-loop-on button {
    background-position: -64px 0; }
  .mod .mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px; }
  .mod .mejs-controls .mejs-backlight-on button {
    background-position: -80px 0; }
  .mod .mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0; }
  .mod .mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
    /* make sure it shows on fullscreen */ }
  .mod .mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333; }
  .mod .mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333; }
  .mod .mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff; }
  .mod .mejs-controls .mejs-sourcechooser-button {
    position: relative; }
  .mod .mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0; }
  .mod .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    border-radius: 0; }
  .mod .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden; }
  .mod .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden; }
  .mod .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px; }
  .mod .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px; }
  .mod .mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    z-index: 1000;
    overflow: hidden; }
  .mod .mejs-postroll-layer-content {
    width: 100%;
    height: 100%; }
  .mod .mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer; }
  .mod div.mejs-speed-button {
    width: 46px !important;
    position: relative; }
  .mod .mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #ffffff; }
  .mod .mejs-controls .mejs-speed-button .mejs-speed-selector {
    display: none;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    border-radius: 0; }
  .mod .mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    display: block; }
  .mod .mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8; }
  .mod .mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden; }
  .mod .mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden; }
  .mod .mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none; }
  .mod .mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: white;
    margin-left: 5px;
    cursor: pointer; }
  .mod .mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .mod .mejs-controls .mejs-button.mejs-jump-forward-button {
    background: transparent url(jumpforward.png) no-repeat;
    background-position: 3px 3px; }
  .mod .mejs-controls .mejs-button.mejs-jump-forward-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #ffffff; }
  .mod .mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(skipback.png) no-repeat;
    background-position: 3px 3px; }
  .mod .mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #ffffff; }

/* End: Skip Back */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .tooltipster-default .tooltipster-content {
      display: none; } }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }
  @media (max-width: 768px) {
    .tooltipster-icon {
      display: none; } }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }
  @media (max-width: 768px) {
    .tooltipster-base {
      display: none; } }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }
  @media (max-width: 768px) {
    .tooltipster-base .tooltipster-content {
      display: none; } }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 768px) {
    .tooltipster-arrow {
      display: none; } }

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666; }

.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.mod.mod-coating {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 45px;
  padding: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media (max-width: 768px) {
    .mod.mod-coating .nav-pills {
      margin-top: -22px; } }
  .mod.mod-coating > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-coating .tab-content {
    margin-top: 20px; }
  .mod.mod-coating .bottom-margin {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .mod.mod-coating .aligned-text {
      margin-top: 42px; } }
  .mod.mod-coating .button-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mod.mod-coating .button-container {
        display: none; } }
  .mod.mod-coating .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 5px; }
  .mod.mod-coating .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-coating .center-block {
    margin-top: 15px; }
  .mod.mod-coating .lens-type {
    color: dodgerblue;
    font-size: 25px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%; }
  @media (max-width: 768px) {
    .mod.mod-coating .dotted-border {
      border: none; } }
  .mod.mod-coating .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-coating .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 767px) {
    .mod.mod-coating .nav-tabs-container {
      margin-right: -15px; } }

.mod.mod-longvision {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 45px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-longvision > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-longvision .col + .col {
    padding: 20px; }
  .mod.mod-longvision .button-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mod.mod-longvision .button-container {
        display: none; } }
  .mod.mod-longvision .nav-pills {
    margin-left: 0;
  }
  .mod.mod-longvision .nav-pills > li > a:first-of-type {
    margin-left: 0; }
  .mod.mod-longvision .nav-pills li:first-child a {
    margin-left: 10px; }
  .mod.mod-longvision .tooltip {
    opacity: 1; }
  .mod.mod-longvision .animation-container {
    width: 100%;
    position: relative;
    max-width: 484px;
    margin: 0 auto; }
    .mod.mod-longvision .animation-container img {
      width: 100%;
      display: none;
      position: absolute;
      z-index: 0; }
      .mod.mod-longvision .animation-container img.long_rays {
        display: block; }
      .mod.mod-longvision .animation-container img.long_base {
        display: block; }
      .mod.mod-longvision .animation-container img.long_base2 {
        display: block; }
    .mod.mod-longvision .animation-container .ray-container {
      overflow: hidden;
      width: 18%;
      height: 100%; }
      .mod.mod-longvision .animation-container .ray-container.active {
        transition: width 2s;
        width: 100%; }
      .mod.mod-longvision .animation-container .ray-container img {
        height: 100%;
        width: auto;
        position: relative; }
  .mod.mod-longvision .infopoint {
    position: absolute;
    background-color: #055ED2;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    width: 13px;
    height: 13px;
    border-radius: 15px; }
    .mod.mod-longvision .infopoint.active {
      background-color: #EA0009; }
    .mod.mod-longvision .infopoint.highlight1 {
      top: 66%;
      left: 20%; }
    .mod.mod-longvision .infopoint.highlight2 {
      top: 40%;
      left: 67%; }
    .mod.mod-longvision .infopoint.highlight3 {
      top: 50%;
      left: 96%; }
    .mod.mod-longvision .infopoint.with_highlight1 {
      top: 66%;
      left: 20%; }
    .mod.mod-longvision .infopoint.with_highlight2 {
      top: 84%;
      left: 48%; }
    .mod.mod-longvision .infopoint.with_highlight3 {
      top: 40%;
      left: 67%; }
    .mod.mod-longvision .infopoint.with_highlight4 {
      top: 50%;
      left: 88%; }

.mod.mod-normalvision {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 25px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-normalvision > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-normalvision .col + .col {
    padding: 20px; }
  .mod.mod-normalvision .button-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mod.mod-normalvision .button-container {
        display: none; } }
  .mod.mod-normalvision .nav-pills {
    margin-left: 0;
  }
  .mod.mod-normalvision .nav-pills > li > a:first-of-type {
    margin-left: 0; }
  .mod.mod-normalvision .tooltip {
    opacity: 1; }
  .mod.mod-normalvision .animation-container {
    max-width: 484px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    .mod.mod-normalvision .animation-container img {
      width: 100%;
      display: none;
      position: absolute;
      z-index: 0; }
      .mod.mod-normalvision .animation-container img.normal_base {
        display: block; }
      .mod.mod-normalvision .animation-container img.normal_rays {
        display: block; }
    .mod.mod-normalvision .animation-container .ray-container {
      overflow: hidden;
      width: 20%;
      height: 100%; }
      .mod.mod-normalvision .animation-container .ray-container.active {
        transition: width 2s;
        width: 100%; }
      .mod.mod-normalvision .animation-container .ray-container img {
        height: 100%;
        width: auto;
        position: relative; }
  .mod.mod-normalvision .infopoint {
    position: absolute;
    background-color: #055ED2;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    width: 13px;
    height: 13px;
    border-radius: 15px; }
    .mod.mod-normalvision .infopoint.active {
      background-color: #EA0009; }
    .mod.mod-normalvision .infopoint.highlight1 {
      top: 50%;
      left: 20%; }
    .mod.mod-normalvision .infopoint.highlight2 {
      top: 25%;
      left: 66%; }
    .mod.mod-normalvision .infopoint.highlight3 {
      top: 37%;
      left: 69%; }
    .mod.mod-normalvision .infopoint.highlight4 {
      top: 18%;
      left: 77.5%; }
    .mod.mod-normalvision .infopoint.highlight5 {
      top: 37%;
      left: 88%; }
    .mod.mod-normalvision .infopoint.highlight6 {
      top: 48%;
      left: 89%; }

.mod.mod-office {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  padding: 10px;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-office > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-office .col + .col {
    padding: 20px; }
    @media (min-width: 769px) {
      .mod.mod-office .col + .col {
        padding-top: 0px; } }
  .mod.mod-office .tab-content {
    margin-top: 20px; }
  .mod.mod-office .img-container {
    width: 444px; }
  .mod.mod-office .fade {
    transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1); }
  @media (max-width: 768px) {
    .mod.mod-office .nav-tabs-container {
      /* width: 100%; */
      background-color: #e6e6e6;
      margin-left: -10px;
      padding-left: 10px; }
    .mod.mod-office .img-container {
      width: auto;
      max-width: 100%; }
      .mod.mod-office .img-container img {
        max-width: 100%; } }
  .mod.mod-office .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 5px; }
  .mod.mod-office .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-office .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-office .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.mod.mod-over40vision {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-bottom: 25px;
  margin-top: 45px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-over40vision > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-over40vision .col + .col {
    padding: 20px; }
  .mod.mod-over40vision .button-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mod.mod-over40vision .button-container {
        display: none; } }
  .mod.mod-over40vision .nav-pills {
    margin-left: 0;
  }     
  .mod.mod-over40vision .nav-pills > li > a:first-of-type {
    margin-left: 0; }
  .mod.mod-over40vision .nav-pills li:first-child a {
    margin-left: 10px; }
  .mod.mod-over40vision .tooltip {
    opacity: 1; }
  .mod.mod-over40vision .animation-container {
    width: 100%;
    position: relative;
    max-width: 484px;
    margin: 0 auto; }
    .mod.mod-over40vision .animation-container img {
      width: 100%;
      display: none;
      position: absolute;
      z-index: 0; }
      .mod.mod-over40vision .animation-container img.over40_rays {
        display: block; }
      .mod.mod-over40vision .animation-container img.over40_base {
        display: block; }
      .mod.mod-over40vision .animation-container img.over40_base2 {
        display: block; }
    .mod.mod-over40vision .animation-container .ray-container {
      overflow: hidden;
      width: 10%;
      height: 100%; }
      .mod.mod-over40vision .animation-container .ray-container.active {
        transition: width 2s;
        width: 100%; }
      .mod.mod-over40vision .animation-container .ray-container img {
        height: 100%;
        width: auto;
        position: relative; }
  .mod.mod-over40vision .infopoint {
    position: absolute;
    background-color: #055ED2;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    width: 13px;
    height: 13px;
    border-radius: 15px; }
    .mod.mod-over40vision .infopoint.active {
      background-color: #EA0009; }
    .mod.mod-over40vision .infopoint.over40-highlight1 {
      top: 78%;
      left: 23%; }
    .mod.mod-over40vision .infopoint.over40-highlight2 {
      top: 42%;
      left: 67%; }
    .mod.mod-over40vision .infopoint.over40-highlight3 {
      top: 50.5%;
      left: 96%; }
    .mod.mod-over40vision .infopoint.over40-with_highlight1 {
      top: 78%;
      left: 23%; }
    .mod.mod-over40vision .infopoint.over40-with_highlight2 {
      top: 85%;
      left: 49%; }
    .mod.mod-over40vision .infopoint.over40-with_highlight3 {
      top: 42%;
      left: 67%; }
    .mod.mod-over40vision .infopoint.over40-with_highlight4 {
      top: 51%;
      left: 88%; }

.mod.mod-progressive {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-progressive > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-progressive .col + .col {
    padding: 20px; }
    @media (min-width: 769px) {
      .mod.mod-progressive .col + .col {
        padding-top: 0px; } }
  .mod.mod-progressive .tab-content {
    margin-top: 20px; }
  .mod.mod-progressive .img-container {
    width: 274px; }
  .mod.mod-progressive .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 8px; }
  @media (max-width: 768px) {
    .mod.mod-progressive .nav-tabs-container {
      /* width: 100%; */
      background-color: #e6e6e6;
      margin-left: -10px;
      padding-left: 10px; } }
  .mod.mod-progressive .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-progressive .hiddenBlock {
    visibility: hidden;
    display: block; }
  .mod.mod-progressive .nav-tabs > li a {
    height: 105px;
    width: 125px; }
  .mod.mod-progressive .videocontent {
    width: 80%;
    max-width: 640px;
    margin: 0 auto; }
  @media (max-width: 768px) {
    .mod.mod-progressive .nav-tabs > li a {
      height: inherit;
      width: inherit; }
    .mod.mod-progressive .nav li.mobile-hide {
      display: none !important; }
    .mod.mod-progressive .nav li.dropdown {
      display: block !important; } }
  .mod.mod-progressive .nav-tabs > li a span {
    width: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px; }
  .mod.mod-progressive .nav-tabs > li > a:hover {
    border-color: white;
    border-bottom-color: #dadada; }
    .mod.mod-progressive .nav-tabs > li > a:hover span {
      transition: all 0.2s ease-in;
      color: #337ab7; }
  .mod.mod-progressive .nav-tabs > li.active > a span {
    color: #337ab7; }
  .mod.mod-progressive .nav-tabs > li.active > a:hover {
    border-color: #dadada;
    border-bottom-color: transparent; }
  .mod.mod-progressive a#pureTab {
    background: url("../img/icon3.png") no-repeat;
    background-position: 50% 25%; }
  .mod.mod-progressive a#plusTab {
    background: url("../img/icon2.png") no-repeat;
    background-position: 50% 25%; }
  .mod.mod-progressive a#superbTab {
    background: url("../img/icon4.png") no-repeat;
    background-position: 50% 25%; }
  .mod.mod-progressive a#individualTab {
    background: url("../img/icon1.png") no-repeat;
    background-position: 50% 25%; }
  .mod.mod-progressive li.active a#pureTab,
  .mod.mod-progressive li.active a#plusTab,
  .mod.mod-progressive li.active a#superbTab,
  .mod.mod-progressive li.active a#individualTab {
    background-color: #fff; }
  .mod.mod-progressive .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-progressive .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.mod.mod-relaxed-tabs {
  font-family: sans-serif;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 45px;
  max-width: 760px;
  padding: 10px; }
  .mod.mod-relaxed-tabs .mod-relaxed-tabs--inner {
    overflow: hidden; }
  @media (max-width: 768px) {
    .mod.mod-relaxed-tabs .nav-tabs-container {
      width: 100%;
      background-color: #e6e6e6;
      margin-left: -10px;
      padding-left: 10px;
      margin-right: -25px;
      padding-right: 10px; }
    .mod.mod-relaxed-tabs .lead {
      margin-top: 20px; }
    .mod.mod-relaxed-tabs .mod {
      margin-left: 0 !important; }
    .mod.mod-relaxed-tabs .mod-animationsinglepd {
      margin-left: -1% !important;
      margin-top: -20px; } }
  .mod.mod-relaxed-tabs .mod.mod-animationsinglepd {
    margin-left: -42px; }
  .mod.mod-relaxed-tabs .mod {
    margin-left: -15px; }
  .mod.mod-relaxed-tabs .shown {
    display: block !important; }
  .mod.mod-relaxed-tabs .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 5px; }
  .mod.mod-relaxed-tabs .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-relaxed-tabs .tab-inner {
    margin-top: 20px; }
  .mod.mod-relaxed-tabs .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-relaxed-tabs .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.mod.mod-shortvision {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 45px;
  margin-bottom: 5px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-shortvision > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-shortvision .col + .col {
    padding: 20px; }
  .mod.mod-shortvision .button-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mod.mod-shortvision .button-container {
        display: none; } }
  .mod.mod-shortvision .nav-pills {
    margin-left: 0;
  }
  .mod.mod-shortvision .nav-pills > li > a:first-of-type {
    margin-left: 0; }
  .mod.mod-shortvision .nav-pills li:first-child a {
    margin-left: 10px; }
  .mod.mod-shortvision .tooltip {
    opacity: 1; }
  .mod.mod-shortvision .animation-container {
    max-width: 484px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    .mod.mod-shortvision .animation-container img {
      width: 100%;
      display: none;
      position: absolute;
      z-index: 0; }
      .mod.mod-shortvision .animation-container img.short_rays {
        display: block; }
      .mod.mod-shortvision .animation-container img.short_base {
        display: block; }
      .mod.mod-shortvision .animation-container img.short_base2 {
        display: block; }
    .mod.mod-shortvision .animation-container .ray-container {
      overflow: hidden;
      width: 18%;
      height: 100%; }
      .mod.mod-shortvision .animation-container .ray-container.active {
        transition: width 2s;
        width: 100%; }
      .mod.mod-shortvision .animation-container .ray-container img {
        height: 100%;
        width: auto;
        position: relative; }
  .mod.mod-shortvision .infopoint {
    position: absolute;
    background-color: #055ED2;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    width: 13px;
    height: 13px;
    border-radius: 15px; }
    .mod.mod-shortvision .infopoint.active {
      background-color: #EA0009; }
    .mod.mod-shortvision .infopoint.highlight1 {
      top: 67%;
      left: 20%; }
    .mod.mod-shortvision .infopoint.highlight2 {
      top: 42%;
      left: 67%; }
    .mod.mod-shortvision .infopoint.highlight3 {
      top: 52%;
      left: 77%; }
    .mod.mod-shortvision .infopoint.highlight4 {
      top: 51%;
      left: 89%; }
    .mod.mod-shortvision .infopoint.with_highlight1 {
      top: 67%;
      left: 20%; }
    .mod.mod-shortvision .infopoint.with_highlight2 {
      top: 85%;
      left: 47%; }
    .mod.mod-shortvision .infopoint.with_highlight3 {
      top: 42%;
      left: 67%; }
    .mod.mod-shortvision .infopoint.with_highlight4 {
      top: 51%;
      left: 89%; }

.mod.mod-slim {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 45px;
  padding: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-slim li {
    list-style-image: url(data:0); }
  .mod.mod-slim .dropdown-menu > li > a {
    display: inline-block;
    width: 100%; }
  @media (max-width: 480px) {
    .mod.mod-slim .data-field {
      font-size: 12px; } }
  .mod.mod-slim > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-slim .col + .col {
    padding: 20px; }
  .mod.mod-slim .tab-content {
    margin-top: 20px; }
  .mod.mod-slim .mobile-hide .rate {
    width: 100%;
    left: 0; }
  .mod.mod-slim span.data-field {
    font-size: 12px; }
  .mod.mod-slim .dotted-border {
    border-left: 1px dotted black;
    border-right: 1px dotted black; }
  .mod.mod-slim .infobox {
    height: 200px;
    width: 100%; }
  .mod.mod-slim .rate {
    position: absolute;
    text-align: center;
    bottom: 3px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .mod.mod-slim .rate {
        position: static;
        display: inline-block;
        margin-left: 10px; } }
  @media (max-width: 768px) {
    .mod.mod-slim .nav-pills {
      margin-top: -22px;
      margin-right: -10px; } }
  .mod.mod-slim .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 5px; }
  @media (min-width: 769px) {
    .mod.mod-slim .nav-tabs > li a {
      padding-bottom: 18px; } }
  .mod.mod-slim .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-slim .dotted-border {
    border-left: 1px dotted black;
    border-right: 1px dotted black; }
  .mod.mod-slim .dropdown-menu > li {
    position: relative; }
  .mod.mod-slim .dropdown-menu > li a .rate,
  .mod.mod-slim .dropdown > a .rate {
    top: 0;
    left: 60%; }
  .mod.mod-slim .text-right {
    text-align: right; }
  @media (max-width: 768px) {
    .mod.mod-slim .small-info {
      margin-top: -15px; } }
  .mod.mod-slim .lens-type {
    color: dodgerblue;
    font-size: 25px; }
  .mod.mod-slim .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-slim .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 767px) {
    .mod.mod-slim .nav-tabs-container {
      margin-right: -10px; } }

.mod.mod-sun {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  padding: 10px;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /*    .img-pills li:first-child {
      margin-left: 30px !important;
    }*/ }
  @media (max-width: 768px) {
    .mod.mod-sun .nav-pills {
      margin-right: -10px; } }
  .mod.mod-sun > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-sun .col + .col {
    padding: 30px; }
    @media (min-width: 769px) {
      .mod.mod-sun .col + .col {
        padding-top: 53px; } }
  .mod.mod-sun #polarise1 .col + .col, .mod.mod-sun #polarise2 .col + .col, .mod.mod-sun #polarise3 .col + .col, .mod.mod-sun #protection .col + .col {
    padding: 30px; }
    @media (min-width: 769px) {
      .mod.mod-sun #polarise1 .col + .col, .mod.mod-sun #polarise2 .col + .col, .mod.mod-sun #polarise3 .col + .col, .mod.mod-sun #protection .col + .col {
        padding-top: 0px; } }
  .mod.mod-sun .button-container {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mod.mod-sun .button-container {
        display: none; } }
  .mod.mod-sun .tooltip {
    opacity: 1; }
  .mod.mod-sun .fade {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1); }
  .mod.mod-sun .fade.glass {
    opacity: 1;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 1, 1); }
  .mod.mod-sun .animation-container {
    width: 100%;
    position: relative; }
    .mod.mod-sun .animation-container img {
      max-width: 100%;
      display: none;
      position: absolute;
      z-index: 0; }
      .mod.mod-sun .animation-container img.no_uv_base {
        display: block; }
      .mod.mod-sun .animation-container img.uv_base {
        display: block; }
  @media (max-width: 768px) {
    .mod.mod-sun {
      /*      .nav-pills li:first-child {
        margin-left: 8px !important;
      }
      .img-pills li:first-child {
        margin-left: 20px !important;
      }*/ }
      .mod.mod-sun .nav-tabs-container {
        /* width: 100%; */
        background-color: #e6e6e6;
        margin-left: -10px;
        padding-left: 10px;
        margin-bottom: -22px; } }
  .mod.mod-sun .infopoint {
    position: absolute;
    background-color: #055ED2;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    width: 13px;
    height: 13px;
    border-radius: 15px; }
    .mod.mod-sun .infopoint.active {
      background-color: #EA0009; }
    .mod.mod-sun .infopoint.v_highlight1, .mod.mod-sun .infopoint.no_highlight1 {
      top: 66%;
      left: 25%; }
    .mod.mod-sun .infopoint.v_highlight2, .mod.mod-sun .infopoint.no_highlight2 {
      top: 52%;
      left: 76%; }
  .mod.mod-sun .heightReady {
    visibility: hidden;
    display: block; }
  .mod.mod-sun .tab-content {
    margin-top: 20px; }
  .mod.mod-sun .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 5px; }
  .mod.mod-sun .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-sun .img-pills li {
    width: 38px;
    height: 38px;
    margin-left: 20px;
    margin-right: 20px; }
    .mod.mod-sun .img-pills li a {
      opacity: 0.5; }
    .mod.mod-sun .img-pills li a span {
      padding-left: 20px;
      text-align: right; }
    .mod.mod-sun .img-pills li.active a {
      opacity: 1;
      outline: 0 !important; }
    .mod.mod-sun .img-pills li:first-child {
      margin-left: -15px;
      margin-right: 20px; }
    .mod.mod-sun .img-pills li.skylet-p-cloudy {
      margin-left: 10px;
      margin-right: 60px; }
    .mod.mod-sun .img-pills li.skylet-sun a {
      outline: none;
      background: url("../img/icon_sun.jpg") no-repeat left center;
      width: 50px; }
    .mod.mod-sun .img-pills li.skylet-p-cloudy a {
      outline: none;
      background: url("../img/icon_partly_cloudy.jpg") no-repeat left center;
      width: 105px; }
    .mod.mod-sun .img-pills li.skylet-cloudy a {
      outline: none;
      background: url("../img/icon_cloudy.jpg") no-repeat left center;
      width: 50px; }
  .mod.mod-sun .color-pills,
  .mod.mod-sun .img-pills {
    background-color: #fff; }
  .mod.mod-sun .color-pills li a,
  .mod.mod-sun .img-pills li a {
    border-radius: 0;
    border: none; }
  .mod.mod-sun .uv-type {
    margin-top: 10px;
    margin-bottom: 10px; }
    .mod.mod-sun .uv-type .uv-block {
      display: inline-block;
      width: 40px;
      height: 6px;
      margin-bottom: 3px; }
    .mod.mod-sun .uv-type .block-grey {
      background-color: #939290; }
    .mod.mod-sun .uv-type .block-orange {
      background-color: #ea6b04; }
    .mod.mod-sun .uv-type .block-yellow {
      background-color: #ffbb02; }
    .mod.mod-sun .uv-type span {
      color: #626262; }
  .mod.mod-sun .color-pills li {
    width: 38px;
    height: 38px; }
    .mod.mod-sun .color-pills li a span {
      padding-left: 20px;
      text-align: right; }
    .mod.mod-sun .color-pills li.active a {
      outline-offset: 2px;
      outline: 1px solid black; }
    .mod.mod-sun .color-pills li:first-child {
      margin-left: -15px; }
    .mod.mod-sun .color-pills li.skylet-p-cloudy {
      margin-left: 10px;
      margin-right: 60px; }
    .mod.mod-sun .color-pills li.skylet-fun a {
      background: url("../img/fun.jpg") no-repeat;
      width: 50px; }
    .mod.mod-sun .color-pills li.skylet-road a {
      background: url("../img/road.jpg") no-repeat;
      width: 50px; }
    .mod.mod-sun .color-pills li.skylet-sport a {
      background: url("../img/sport.jpg") no-repeat;
      width: 50px; }
    .mod.mod-sun .color-pills li.green-grad a {
      background-color: #075f07; }
    .mod.mod-sun .color-pills li.brown-grad a {
      background-color: #894b16; }
    .mod.mod-sun .color-pills li.grey-grad a {
      background-color: #7b7b7b; }
    .mod.mod-sun .color-pills li.blue-grad a {
      background-color: #1b5ead; }
    .mod.mod-sun .color-pills li.violet-grad a {
      background-color: #771a77; }
    .mod.mod-sun .color-pills li.green a {
      background: #a0f8a0; }
    .mod.mod-sun .color-pills li.green.active a {
      background: #075f07; }
    .mod.mod-sun .color-pills li.brown a {
      background: #f9e7d8; }
    .mod.mod-sun .color-pills li.brown.active a {
      background: #894b16; }
    .mod.mod-sun .color-pills li.grey a {
      background: #c8c8c8; }
    .mod.mod-sun .color-pills li.grey.active a {
      background: #7b7b7b; }
    .mod.mod-sun .color-pills li.blue a {
      background: #a3c7f1; }
    .mod.mod-sun .color-pills li.blue.active a {
      background: #1b5ead; }
    .mod.mod-sun .color-pills li.violet a {
      background: #f4cff4; }
    .mod.mod-sun .color-pills li.violet.active a {
      background: #771a77; }
  .mod.mod-sun li.modile-hide.active > a {
    border-bottom-color: transparent; }
  .mod.mod-sun .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-sun .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.mod.mod-vertex {
  width: 100%;
  max-width: 700px;
  position: relative; }
  .mod.mod-vertex img.baseimage,
  .mod.mod-vertex img.baseimagebw {
    position: absolute;
    z-index: 1;
    width: 100%; }
  .mod.mod-vertex div.aniImg {
    background: url("../img/rv_bv_ani.png") 0 0 no-repeat;
    height: 64px;
    width: 64px;
    position: absolute;
    left: 66%;
    top: 40%;
    z-index: 2;
    opacity: 0;
    transition: 0.5s opacity ease-in; }
    @media (max-width: 360px) {
      .mod.mod-vertex div.aniImg {
        left: 64%;
        top: 37%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0; } }
    @media (max-width: 450px) and (min-width: 360px) {
      .mod.mod-vertex div.aniImg {
        left: 67%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0; } }

.mod.mod-wrapAngle {
  width: 100%;
  position: relative; }
  .mod.mod-wrapAngle img.baseimage,
  .mod.mod-wrapAngle img.baseimagebw {
    position: absolute;
    z-index: 1;
    width: 100%; }
  .mod.mod-wrapAngle img.blueline {
    top: 70%;
    left: 15%;
    position: absolute;
    z-index: 1;
    display: none;
    height: 1px; }
  .mod.mod-wrapAngle img.aniImg {
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 4;
    height: 0;
    display: none;
    transition: top 0.4s ease-in, height 0.4s ease-in; }
    .mod.mod-wrapAngle img.aniImg.active {
      top: 57.5%; }

.mod.mod-workplace {
  font-family: sans-serif;
  width: 100%;
  max-width: 760px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .mod.mod-workplace > .col {
    padding: 0 !important;
    margin: auto; }
  .mod.mod-workplace .col + .col {
    padding: 20px; }
  .mod.mod-workplace .tab-content {
    margin-top: 20px; }
  @media (max-width: 768px) {
    .mod.mod-workplace .nav-tabs-container {
      /* width: 100%; */
      background-color: #e6e6e6;
      margin-left: -10px;
      padding-left: 10px; } }
  .mod.mod-workplace .nav-tabs > li.dropdown {
    padding: 8px 6px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: none;
    background-color: #F8F8F8;
    margin-bottom: 5px; }
  .mod.mod-workplace .nav-tabs > li.dropdown a.dropdown-toggle {
    background-color: inherit;
    width: 100%;
    border: none;
    padding: 0; }
  .mod.mod-workplace .selectcity .caret {
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.6s;
    float: right;
    margin-left: 4px;
    margin-top: 4px; }
  .mod.mod-workplace .selectcity .caret:before {
    content: "";
    height: 8px;
    width: 8px;
    top: -1px;
    left: -1px;
    position: absolute;
    transition: all 0.6s;
    border: 4px solid transparent;
    border-top-color: #333;
    border-left-color: #333;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mod.mod-workplace .img-container {
    display: block; }
    .mod.mod-workplace .img-container.notfirst {
      top: 0;
      left: 0;
      position: absolute;
      display: none; }
  .mod.mod-workplace .data-container {
    display: none; }
    .mod.mod-workplace .data-container.active {
      display: block; }
  .mod.mod-workplace .image-col {
    padding: 0; }
